Friday, April 28, 2017

Logic gate

No comments :
      A logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more binary inputs, and produces a single binary output.


TypeDistinctive shape
(IEEE Std 91/91a-1991)
Rectangular shape
(IEEE Std 91/91a-1991
IEC 60617-12 : 1997)
Boolean algebra between A & BTruth table
Inverter
NOT
NOT symbol
NOT symbol
INPUTOUTPUT
ANOT A
01
10

2-input gates
AND
AND symbol
AND symbol
INPUTOUTPUT
ABA AND B
000
010
100
111
OR
OR symbol
OR symbol
INPUTOUTPUT
ABA OR B
000
011
101
111
XORXOR symbolXOR symbol
INPUTOUTPUT
ABA XOR B
000
011
101
110

Inverted 2-input gates
NAND
NAND symbol
NAND symbol
INPUTOUTPUT
ABA NAND B
001
011
101
110
NORNOR symbolNOR symbol
INPUTOUTPUT
ABA NOR B
001
010
100
110
XNORXNOR symbolXNOR symbol
INPUTOUTPUT
ABA XNOR B
001
010
100
111

No comments :

Post a Comment