Computer Science for IGCSE & O level - Boolean Logic (Section 3 - No. 7)
Based on the image, which Boolean expression matches the following truth table:
| A | B | Output |
|---|---|--------|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
A AND B
A OR B
A XOR B
A XNOR B
Explanation
This truth table shows the XOR (exclusive OR) logic.
Comments (0)
