Question: What is the output of an AND gate with inputs 0 and 1?
Options:
Correct Answer: 0
Solution:
An AND gate outputs 1 only when both inputs are 1. Since one input is 0, the output is 0.