Quiz 2
1. What is the evaluation result of the expression: True AND True?
2. What is the evaluation result of the expression: False OR False?
3. Who is the 19th-century mathematician after whom Boolean algebra is named?
4. What algebraic property is shown by the fact that (A AND B) equals (B AND A)?
5. What algebraic property is shown by the fact that (A OR B) equals (B OR A)?
6. What is the evaluation result of evaluating: NOT (NOT True)?
7. What is the evaluation result of evaluating: NOT (NOT False)?
8. What basic logic gate represents the Boolean AND operation?
9. What basic logic gate represents the Boolean OR operation?
10. What basic logic gate represents the Boolean NOT operation?
Previous Next