< Electronics

Complement of Basic Logic gates

Basic GatesCombination GatesSymbolMathematical Expression
BUFFER Y = is NOT NOT A
Y = A
NOT Y = is NOT A
NAND Y = NOT A AND B
NOR Y = NOT A OR B
XNOR Y = NOT A NOR B

Truth table of the combination gates

ABQ = AQ = NOT AQ = A NAND BQ = A NOR BQ = A XOR B
0001100
0101101
1010101
1110010

XOR

(A AND B) OR (A OR B) = A XOR B
(A.B) + (A+B) = A+B
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.