0
8.9kviews
What are universal gates? Why are they called so?
1 Answer
| written 3.8 years ago by |
Universal gates :- Universal gates is a logic gate which can implement any boolean function without the need to use any other type of logic gates.
NAND and NOR are the only two Universal gates.
NAND gate :-

NAND = AND + NOT
NOR gate :-

NOR = OR + …