XORportti
XORportti, or XOR gate, is a digital logic device that implements the exclusive OR operation on binary inputs. Its output is true when exactly one of the inputs is true, and false otherwise.
For two inputs A and B, the output Y equals (A and not B) or (not A
In hardware, XORportti can be built from transistors or from other gates such as NANDs in various
History and use: The concept follows from Boolean algebra developed by George Boole and was implemented in
See also: Logic gate, Boolean algebra, Parity bit, Arithmetic logic unit.