XOR GATE

LOGIC SYMBOL

gate

TRUTH TABLE

ABA⊕B
000
011
101
110

Visualizer

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


R

Description:

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.