Quiz 2
1. How many input combinations exist in a truth table for three Boolean variables?
2. What does the expression A XOR A always evaluate to?
3. What does the expression A XOR (NOT A) always evaluate to?
4. What does the expression A XOR False simplify to?
5. What does the expression A XOR True simplify to?
6. What does the expression A XNOR A always evaluate to?
7. What does the expression A XNOR (NOT A) always evaluate to?
8. Under the Consensus Theorem, the expression (A AND B) OR (NOT A AND C) OR (B AND C) simplifies to what?
9. What is the standard name of a Boolean expression format written as a series of OR terms connected by ANDs?
10. What is the standard name of a Boolean expression format written as a series of AND terms connected by ORs?
Previous Next