Component/XNOR

From Turing Complete
Revision as of 15:56, 30 December 2023 by 129.222.2.122 (talk) (Added basic definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.