Key Concepts
- Booleans:
trueorfalse. - Operators: AND (∧), OR (∨), NOT (¬).
- Truth table shows results for all inputs.
Illustration
Placeholder: truth table image for A, B, A∧B, A∨B, ¬A.
Practice
- Fill truth table for A∨B.
- Evaluate: A=true, B=false ⇒ A∧B = ?