Component/XOR

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

The 1-bit Xor gate, also called exclusive OR, outputs an ON (1) state, but only if ONE of the inputs is in an ON (1) state. If both inputs are ON, it outputs an OFF. If neither input is ON, it outputs an OFF. It is useful when you want to make sure that only 1 of 2 bits is ON.