DCSD Exp1
DCSD Exp1
-1
Date of Performance:
Date of Submission:
Circuit Implementation/
Program Execution/formation/ Timely
Viva Experimen
correction/ Submission Sign with Date
Answer t Total
ethical practices
s
Experiment
No. 1
logic gates.
1.2 Course Outcome: Demonstrate an understanding of the logic gates and implement
combinational circuits.
1.3 Learning Objectives: To Implement and verify the truth table of basic logic gates
using Universal logic gates.
NAND gate:
The NAND gate produces a LOW output when all of the inputs are HIGH. The abbreviation for
this gate is NAND & the operation is the same as AND followed with NOT. When any of the
inputs are LOW, the output is HIGH. The standard symbol for an NAND gate is shown in figure
below along with the associated Truth table.
IC 7400 PIN DIAGRAM
NOR gate:
The NOR gate produces a HIGH output when all of the inputs are LOW. The abbreviation for this gate is
NOR & the operation is the same as OR followed with NOT. When any of the inputs are HIGH, the output
is LOW. The standard symbol for an NOR gate is shown in figure below along with the associated Truth
Table.
IC 7402 PIN DIAGRAM
Y = ((A.B)’)’ = (A.B)
Implementing OR using only NAND Gates
From DeMorgan’s theorems:
(A.B)’ = A’ + B’ = (A’.B’)’ = A’’ + B’’ = A +B
So, give the inverted inputs to a NAND gate, obtain OR operation at output
So, give the inverted inputs to a NOR gate, obtain AND operation at output.
1.6 Procedure:
1.7 Precautions: