Which logic gate produces a HIGH output only when both inputs are HIGH?
Which logic gate produces a HIGH output only when both inputs are HIGH?
Choose an Option
Answer
AND
Theory
Basic logic gates: AND, OR, NOT. Universal gates: NAND, NOR. AND outputs 1 only when all inputs are 1.
Solution
AND gate truth table shows output = 1 only when A = B = 1. Answer: AND.