0
7.2kviews
What are universal gates? Why are they called so?
1 Answer
written 2.7 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 + NOT
Note - AND, OR and NOT are only three which is the basis logical gates.