Question: Which of the following is the output of the expression NOT (A AND B) when A = 1 and B = 1?
Options:
Correct Answer: 0
Solution:
First, evaluate A AND B which is 1 AND 1 = 1. Then NOT 1 = 0.