X-NOR GATE

LOGIC SYMBOL

gate

TRUTH TABLE

AB(A⊕B)'
001
010
100
111

Visualizer

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


R

Description:

An XNOR gate, also known as "exclusive NOR" or "equivalence gate," is a digital logic gate that produces a high or true output only when the number of true inputs is even. In other words, the output is true if both inputs are the same (both true or both false), and it is false if the inputs are different (one true and one false).