0:00
Difficulty: IntermediateCategory: Truth TablesType: Truth TableComplete the truth table for the expression: (A ∨ B) ∧ ¬(A ∧ B)
This represents exclusive or: one or the other, but not both. Select ⊤ (true) or ⊥ (false) for each row in the truth table.
| A | B | (A ∨ B) ∧ ¬(A ∧ B) |
|---|---|---|
| ⊤ | ⊤ | |
| ⊤ | ⊥ | |
| ⊥ | ⊤ | |
| ⊥ | ⊥ |