Component/XNOR: Difference between revisions

From Turing Complete
(Added basic definition)
 
No edit summary
Line 1: Line 1:
The 1-bit Xnor gate, also called the exclusive NOT OR gate, outputs an ON state only when both inputs are the same.  If both inputs are ON, it outputs an ON.  If both inputs are OFF, it outputs an ON.  It is useful when you want to know if two bits are the same, regardless of which state they're in.
The 1-bit Xnor gate, also called the exclusive NOT OR gate, outputs a {{On}} state only when both inputs are the same.  If both inputs are {{On}}, it outputs {{On}}.  If both inputs are {{Off}}, it outputs an {{On}}.  It is useful when you want to know if two bits are the same, regardless of which state they're in.

Revision as of 21:25, 30 December 2023

The 1-bit Xnor gate, also called the exclusive NOT OR gate, outputs a state only when both inputs are the same. If both inputs are , it outputs . If both inputs are , it outputs an . It is useful when you want to know if two bits are the same, regardless of which state they're in.