XOR gate

The XOR gate (Exclusive OR) is a logic gate that outputs 1 (true) when exactly one of its inputs is 1 (true). That means that if both of its inputs are the same, the output will be 0 (false). The XOR gate does what is called an exclusive disjunction in logic.

INPUTOUTPUT
ABA XOR B
000
011
101
110

Symbols

There are three symbols for the XOR gate:

MIL/ANSI Symbol IEC Symbol DIN Symbol
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.