< Digital Electronics < Logic Gates

Combination gates

More than one logic gates can be connected to produce new logic gates

Buffer

Basic Logic GatesCombinational GatesSymbolMathmatical FormulaTruth Table
Buffer Y = is NOT NOT A
Y = A
A Q
0 0
1 1

NOT Gate

Digital GateCombinational GatesSymbolMathematical ExpressionTruth Table
NOT Gate Y = is NOT AA Y
0 1
1 0

NAND Gate

Digital GateCombinational GateSymbolMathematical ExpressionTruth Table
Buffer Y = is NOT A.BA B Y
0 0 1
0 1 1
1 0 1
1 1 0

NOR Gate

Digital GateCombinational GateSymbolMathematical ExpressionTruth Table
NOT Y = is NOT A+BA B Y
0 0 1
0 1 0
1 0 0
1 1 0

XNOR Gate

Basic GatesCombinational GateSymbolMathematical FormulaTruth Table
NOT Gate Y = is NOT AxorBA B Q
0 0 1
0 1 0
1 0 0
1 1 1
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.