2 Exp Nand Gate Implementation 20bce1082
2 Exp Nand Gate Implementation 20bce1082
P A
To study and verify the all logic gates using UNIVERSAL Gate NAND.
APPARATUS REQUIRED:
1. Circuit Implementation of NAND gate as NOT gate – EMONA net CIRCUIT labs:
2. Circuit implementation of NAND gate as AND gate using EMONA net circuit labs:
5. Circuit implementation of NAND Gate as NOR gate using EMONA net circuit labs:
Inference & Result :
A NAND Gate will work as a not gate if same input is given to both the terminals of the NAND Gate.
• 𝑌 = ̅̅̅̅̅̅
𝐴. 𝐴 = 𝐴̅ + 𝐴̅ = 𝐴̅ (the input A is given to both the terminals of the NAND gate)
A NAND gate will work as a AND Gate if the output of the NAND Gate is connected to both the input
terminals of another NAND Gate
• Y= ̅̅̅̅̅
𝐴. 𝐵 = A.B
A NAND Gate will work as a OR Gate if the same input is given to 2 NAND Gates and the output of the
2 NAND Gates is connected to another NAND Gate
• 𝑌 = ̅̅̅̅̅
𝐴̅. 𝐵̅ = ̅̅̅
𝐴 ̅ + 𝐵̅ ̅ = A+B
A NAND Gate will work as a XOR Gate if the input A and the output of the first NAND Gate is
Connected to second NAND Gate and the input B and output of first NAND Gate is connected to
Third NAND Gate and the outputs of 2nd and 3rd NAND Gates are connected to another NAND Gate.
̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
̅̅̅̅̅̅̅̅̅̅̅̅ ̅̅̅̅̅̅̅̅̅̅̅ ̅̅̅̅̅̅̅̅̅̅̅̅̅̅
̅̅̅̅̅̅̅̅̅̅̅̅ ̅̅̅̅̅̅̅̅̅̅̅̅̅̅
̅̅̅̅̅̅̅̅̅̅̅
• Y= (((𝐴. ( ̅̅̅̅̅
𝐴. 𝐵 )). (𝐵. ̅̅̅̅̅
(𝐴. 𝐵 ))) = ((𝐴. ( ̅̅̅̅̅
𝐴. 𝐵 )) + (𝐵. ̅̅̅̅̅
(𝐴. 𝐵 )) = 𝐴. ( ̅̅̅̅̅
𝐴. 𝐵 ) + 𝐵. ( ̅̅̅̅̅
𝐴. 𝐵 )
= (𝐴. ( 𝐴̅ + 𝐵̅ ) + 𝐵. ( 𝐴̅ + 𝐵̅ )) = (𝐴. 𝐴̅ + 𝐴. 𝐵̅ ) + (𝐵. 𝐴̅ + 𝐵. 𝐵̅ ) = (0 + 𝐴. 𝐵̅ ) + (𝐵. 𝐴̅ + 0)
= 𝐴. 𝐵̅ + 𝐵. 𝐴̅
A NAND Gate will work as a NOR Gate if the input A is connected to both the terminals of the 1st
NAND Gate and input B is Connected to both the terminals of the second NAND Gate and the outputs of
1st and 2nd NAND Gate is connected to 3rd NAND Gate and the output of the 3rd NAND Gate is connected
to the first and Second terminals of the 4th NAND Gate.
• ̿̿̿̿̿
Y=𝐴 ̅. 𝐵̅ = 𝐴̅. 𝐵̅ = ̅̅̅̅̅̅̅̅
𝐴+𝐵
RESULT:
From the above experiment it is proven that the working of AND, OR , NOT , XOR and NOR
Gates can be performed using a NAND Gate.
Similarly, any Gate can be replaced by a equivalent network of NAND Gates so it is called as a
UNIVERSAL GATE.