Universal gate
Definition
:
-A gate
that can use to execute any gates like AND, OR and NOT or any combination of
this 3 gates.
-There
are two gates that can consider universal gate:
1) NAND
gate
2) NOR
gate
1) NAND
gate
- Negated
AND or NOT AND gate.
- A logic
gate will produce false only if all the input is true.
A
|
B
|
A NAND B
|
0
|
0
|
1
|
0
|
1
|
1
|
1
|
0
|
1
|
1
|
1
|
0
|
Table below
represents why NAND gate is a universal gate
Gates
|
Equivalent NAND gates
|
|||||||||||||||
NOT
|
|
|||||||||||||||
AND
|
|
|||||||||||||||
OR
|
|
|||||||||||||||
NOR
|
|
2) NOR
gate
- Nagated
OR or NOT OR gate.
- A logic
gate will produce true only if all the input is false.
A
|
B
|
A NOR B
|
0
|
0
|
1
|
0
|
1
|
0
|
1
|
0
|
0
|
1
|
1
|
0
|
Table
below represents why NOR gate is a universal gate
Gates
|
Equivalent NOR gates
|
|||||||||||||||
NOT
|
|
|||||||||||||||
AND
|
|
|||||||||||||||
OR
|
|
|||||||||||||||
NAND
|
|
You may try the below link to
try using the logic simulator to do your logic circuit……
Logical Gate Simulator =
Online
Testing……
or can
download at here……
No comments:
Post a Comment