Quiz 3
1. In arithmetic modeling of Boolean logic, which math operation matches the AND gate behavior?
2. What is the output value when evaluating the expression: False AND True?
3. What is the output value when evaluating the expression: False OR True?
4. What does the expression "A OR True" always evaluate to, regardless of A's value?
5. What does the expression "A AND False" always evaluate to, regardless of A's value?
6. What does the expression "A AND True" simplify to?
7. What does the expression "A OR False" simplify to?
8. What is the evaluation result of the compound statement: (True OR False) AND False?
9. What is the evaluation result of the compound statement: (True AND True) OR False?
10. What is the evaluation result of the compound statement: NOT (True AND False)?
Previous Next