Answer:
B, the NOR gate
Explanation:
The truth table of a NOR gate is below.
Answer:
Information is the act of imparting knowledge and data is the recorded observation that are usually presented in a structured format
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.