The manipulation of the binary information is done by logic circuit is called gates.
The input - output relationship of the binary variable for each gate can be represented in tabular form by a truth table.
The input - output relationship of the binary variable for each gate can be represented in tabular form by a truth table.
Type of Logic Gates
-
AND
Graphical View
-
OR
Graphical View
Algebric Function
X = A + B
Truth Table
A B X 0 0 0 0 1 1 1 0 1 1 1 1 -
Inverter
Graphical View
Algebric Function
X = A̅ OR X = A'
Truth Table
A X 0 1 1 0 -
Buffer
Graphical View
Algebric Function
X = A
Truth Table
A X 0 0 1 1 -
NAND
Graphical View
Algebric Function
X = (A.B)'
Truth Table
A B X 0 0 1 0 1 1 1 0 1 1 1 0 -
NOR
Graphical View
Algebric Function
X = (A + B)'
Truth Table
A B X 0 0 1 0 1 0 1 0 0 1 1 0 -
Exclusive-OR (XOR)
Graphical View
Algebric Function
X = A ⊕ B OR X = A̅.B + AB̅
Truth Table
A B X 0 0 0 0 1 1 1 0 1 1 1 0 -
Exclusive-NOR
Graphical View
Algebric Function
X = A ⊙ B OR X = A̅B̅ + AB
Truth Table
A B X 0 0 1 0 1 0 1 0 0 1 1 1
No comments:
Post a Comment