Question: What is the output of the expression NOT (A AND B) when A = 0 and B = 1?
Options:
Correct Answer: 1
Solution:
A AND B = 0 AND 1 = 0. Therefore, NOT (0) = 1.