Answer:
1.T 2.f 3.t 4.f 5.f 6.f 7.t 8.t 9.f
Answer:
if the input is zero the out put is 1
Explanation:
because if you think about it if the input was 1 the output would be zero
The answer is C) PCIe graphics adapter, because it is not required for the computer to work.
It is a number that is expressed in the binary numerical system
Answer: killall[process_name] or kill[PID]
Explanation:
Killall is a tool for disabling running processes on the system. It will disable all programs that matches the name mentioned.
kill disables processes based on process id numbers. it does not disable the process directly. The process recieves a signal where the process will follow instructions which it has to follow if it receives the signal.