DELD - Experiment 1 2024
DELD - Experiment 1 2024
(DATA SCIENCE)
BHILAI INSTITUTE OF TECHNOLOGY, DURG (C.G.)
DIGITAL ELECTRONICS LAB MANNUAL
EXPERIMENT 1
Aim: Design the circuit and verify Truth Table of Logic Gates: AND, OR, NOT, NAND, NOR, EX-OR &
EX-NOR using Trainer kit.
Introduction
A logic gate has one output terminal and one or more input terminals. Logic gates are electronic
devices that perform logical operations on one or more binary inputs and produce a single binary
output based on specific logic rules.
Components Required:
1. Digital Trainer Kit,
2. Connecting Wires,
3. IC Types 7400 Quadruple 2-input NAND Gates,
4. IC-type 7402 Quadruple 2 input NOR Gates,
5. IC Type Hex Inverters,
6. IC Type 7408 Quadruple 2-input AND gates,
7. IC 7432 Quadruple 2-input OR gates,
8. IC Type 7486 Quadruple 2-input EX-OR gate,
9. IC Type 74266Quadruple 2- input EX-NOR gate.
Theory:
1) AND gate
The output of AND gate is 1 when all inputs are 1 and output is 0 when any of the inputs are 0.
A B A∙B Observed
Output
0 0 0
0 1 0
1 0 0
1 1 1
2) OR gate
The output of OR gate is 1 when at least one input is 1 and output is 0 when all inputs are 0.
A B A+B Observed
Output
0 0 0
0 1 1
1 0 1
1 1 1
3) NOT gate
The output of NOT gate is 1 when input is 0 and output is 0 when input is 1.
4) NAND gate
The output of NAND gate is 1 when at least one of the inputs is 0 and output is 0 when all
inputs are 1.
A B (A ∙ B)’ Observed
Output
0 0 1
0 1 1
1 0 1
1 1 0
IC Types 7400 Quadruple 2-input NAND Gates,
DEPARTMENT OF COMPUTER SCIENCE & ENGG.(DATA SCIENCE)
BHILAI INSTITUTE OF TECHNOLOGY, DURG (C.G.)
DIGITAL ELECTRONICS LAB MANNUAL
EXPERIMENT 1
5) NOR gate
The output of NOR gate is 1 when all inputs are 0 and output is 0 when at least one the input
is 1.
A B (A + B)’ Observed
Output
0 0 1
0 1 0
1 0 0
1 1 0
Procedure:
Step 1. Design the circuit for each logic gates IC in the Digital Trainer Kit.
Step 2. Switch on the power supply.
Step 3. Observe the output for different combinations of the inputs.
Result: ………………………………………………………………………………………………
Precautions:
1. Identify input & output pins of IC carefully.
2. IC should be connected according to pin configuration.
3. Prepare the circuit before switching on the power supply.
4. Circuit to be checked before switching on the power supply.
Discussion Questions:
1. What is logic gate?
2. What do you mean by Universal gate?
3. Why NAND and NOR gates are known as Universal gates?
Note: Please verify your circuit and observations before leaving the lab, and ensure that you submit
your lab record to the professor in charge within a week.