Quiz 1
1. What are the two core values used in standard Boolean logic?
2. In binary numeric notation, what number typically represents the Boolean value True?
3. In binary numeric notation, what number typically represents the Boolean value False?
4. Which basic Boolean operator returns true only if both inputs are true?
5. Which basic Boolean operator returns true if at least one input is true?
6. Which basic Boolean operator inverts the truth value of its single input?
7. What is the evaluation result of the expression: True AND False?
8. What is the evaluation result of the expression: True OR False?
9. What is the evaluation result of the expression: NOT True?
10. What is the evaluation result of the expression: NOT False?
Previous Next