0:00
IntermediateTruth TablesTruth Table
Complete 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) |
|---|---|---|
| ⊤ | ⊤ | |
| ⊤ | ⊥ | |
| ⊥ | ⊤ | |
| ⊥ | ⊥ |