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