Digital Logic Gates
The XOR Gate
- Another basic logic element is the XOR gate:
- TheStandard Digital Logic symbol for a XOR gate:
![[xor1.gif]](images/xor1.gif)
- An XOR gate can have 2 or more inputs and a single output.
- The XOR gate output is binary 1 if any one of the inputs are binary 1.
- The XOR gate output is binary 0 when all inputs are binary 0 or 1.
- A circle with a plus sign
is used to signify the logical XOR function.
- The output for the XOR gate pictured is read as, Y is exclusively A or B.
- The Truth Table for the XOR gate: