13. 2-Input XOR Gate

Loading simulator…

A standard 2-input XOR gate performs an exclusive disjunction operation. The output Y evaluates to 1 when the inputs A and B are different. If the inputs are identical, the output is 0.

Boolean Equation: 

Y = A ⊕ B