Question: If A = 1, B = 1, and C = 0, what is the output of the expression (A OR B) AND C?
Options:
Correct Answer: 0
Solution:
First, evaluate A OR B, which is 1 OR 1 = 1. Then, 1 AND 0 = 0.