Universal Gates are the logic
gates from which all the basic logic gates can be derived. They can implement
any Boolean function without requiring any other gate. Universal Gates can
realize all the binary operations.
There are following two universal
logic gates-
- NAND Gate
- NOR Gate
1) NAND Gate
A NAND
Gate is an AND Gate followed by a NOT Gate. It’s outputs are opposite of an AND
Gate The output of NAND gate is high (1) when at least one of its inputs is low
(0).
When
all of its inputs are high (1) then the output of NAND gate is low (0)
Logic Expression
F =
(A.B)’ = A’ + B’
Logic Symbol
The logic symbol for NAND
Gate is given below:
Truth Table
2) NOR Gate
A NOR
Gate is an OR Gate followed by a NOT Gate. It’s outputs are opposite of an OR
Gate. The output of NOR gate is high (1) if all of its inputs are low (0) AND,
and when any of its inputs is high (1) then its output is low (0).
Logic Expression
F = (A+B)’
= A’.B’
Logic
Symbol
The
logic symbol for NOR Gate is given below:
0 Comments
Doubts? Please let our team know So that we can serve you better.