Question: If A = 0 and B = 0, what is the output of A AND B?
Options:
Correct Answer: 0
Solution:
The AND gate outputs 1 only when both inputs are 1. Since both A and B are 0, the output is 0.