0
6.7kviews
What are universal gates? Why are they called so?
1 Answer
0
597views


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 :-

enter image description here

NAND = AND + NOT


NOR gate :-

enter image description here

NOR = OR + NOT


Note - AND, OR and NOT are only three which is the basis logical gates.

Please log in to add an answer.