(Added basic definition) |
No edit summary |
||
Line 1: | Line 1: | ||
The 1-bit Xnor gate, also called the exclusive NOT OR gate, outputs | 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. |