Visualizer
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
LOGIC SYMBOL

TRUTH TABLE
| A | B | A⊕B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
➜
An XOR gate, which stands for "exclusive OR," is a digital logic gate that produces a high or true output only when the number of true inputs is odd. In other words, the output is true if the number of true inputs is 1 or 3, and it is false if the number of true inputs is 0, 2, or 4.