< Electronics

Basic Gates

There are 5 basic gates used in performing logic operations in Digital Electronic namely BUFFER gate, NOT gate, AND gate, OR gate, XOR gate . Each Logic Gate has A Symbol for easy to identify , a Mathematical Expression to identify mathematic logic operation and a Truth Table to completely describe operation of the Logic Gate

Five Basic Logic Gates

Digital gatesSymbolLogic OperationMathematic Expression
BUFFERY = BUFFER AY = A
NOTY = NOT AY =
ANDY = A AND BY = A . B
ORY = A OR BY = A + B
XORY = A XOR BY =

The Truth Table of the five basic logic gates above

ABQ = AQ = NOT AQ = A AND BQ = A OR BQ = A XOR B
0001000
0101011
1010011
1110110

Complement of Basic Logic gates

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

The Truth table of the combination gates above

ABQ = AQ = NOT AQ = A NAND BQ = A NOR BQ = A XNOR B
0001111
0101100
1010100
1110001

Summary

Gates Function Symbol
ANSIIEC
Buffer
NOT gate (Inverter)
AND gate
NAND gate (NOT−AND)
OR gate
NOR gate (NOT−OR)
XOR gate (Exclusive-OR)
XNOR gate (NOT−exclusive−OR)
ABQ = AQ = NOT AQ = A AND BQ = A OR BQ = A XOR BQ = A NAND BQ = A NOR BQ = A XNOR B
0001000111
0101011100
1010011100
1110110001
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.