Xor Gate

1 revision
#11 week ago
+6
Migrated from pages table
+An Xor gate, or 'exclusive OR' gate, is a fundamental [logic gate](/wiki/logic_gate). It outputs true only when its inputs differ, embodying a unique [Boolean function](/wiki/boolean_function) crucial for operations like [binary addition](/wiki/binary_addition).
+## See also
+- [AND Gate](/wiki/and_gate)
+- [OR Gate](/wiki/or_gate)
+- [NOT Gate](/wiki/not_gate)
... 1 more lines