QUESTIONWhen is the output of an AND gate high?
- AOnly when all of its inputs are high
- BWhen any one of its inputs is high
- COnly when all of its inputs are low, as in a NOR gate
Show the answer and explanation
Correct answer: A. Only when all of its inputs are high
- A — correct The handbook states the output of an AND gate is high only when all of the inputs are high; if any input is low, the output is low.
- B — incorrect An output that goes high when any input is high describes an OR gate, not an AND gate.
- C — incorrect A high output only when all inputs are low is the behavior of a NOR gate; the AND gate produces a low output in that case.