Digital and Analog Electronics
Digital and Analog Electronics
Universal gates are the one where the logic gates are
capable of implementing any Boolean expression. Since
all the Boolean functions are derived from the universal
gate without the usage of any other gate, thus they are
called universal gate.
Properties :
i. Universal Gates are non-associative in nature.
ii. Universal Gates are commutative in nature.
Types :
In digital electronics, there are only two type of
universal gates. They are:
i. NAND Gate ii. NOR Gate
1
NOR Gate
A NOR gate is the gate constructed by connecting a
NOT gate at the output terminal of the OR gate. So,
NOR gate = Not gate + OR gate
Truth table of NOR Gate
A B Y= A NOR B
0 0 1
0 1 0
1 0 0
1 1 0
2
Building a NOT Gate Using NOR Gates
The truth table of NOT Gate : A Q= Ac
0 1
1 0
3
Building an AND Gate Using NOR Gates
The truth table of AND Gate : A B Q=A.B
0 0 0
0 1 0
1 0 0
1 1 1
4
Building a XOR Gate Using NOR Gates
The truth table of XOR Gate : A B Q=A⊕B
0 0 0
0 1 1
1 0 1
1 1 0
5
Symbolic Representation of XNOR from NOR Gate
Conclusion
On a concluding note, with the help of universal NOR
Gate all other logic gates have been verified with their
respective truth table(AND, OR, NAND, XOR, XNOR).