Experiment 3
Experiment 3
Aim:
To demonstrate the functioning of NOR and NAND latches using integrated circuits (ICs) in a digital
electronics lab experiment.
Apparatus:
Theory:
1. NOR Latch:
A NOR latch is a basic memory element that can store one bit of information.
It consists of two cross-coupled NOR gates.
The latch has two stable states: SET and RESET.
The SET state is achieved when Q (output of the first NOR gate) is HIGH and Q' (output
of the second NOR gate) is LOW.
The RESET state is achieved when Q is LOW and Q' is HIGH.
The latch can be SET or RESET by applying appropriate input signals.
2. NAND Latch:
A NAND latch is another type of memory element that can store one bit of information.
It consists of two cross-coupled NAND gates.
The latch also has two stable states: SET and RESET.
The SET state is achieved when Q is LOW and Q' is HIGH.
The RESET state is achieved when Q is HIGH and Q' is LOW.
The latch can be SET or RESET by applying appropriate input signals.
Circuit Diagram:
Figure 1 NOR LATCH Figure 2 NAND LATCH
Procedure:
1. Set up the power supply and connect it to the breadboard.
2. Insert the NOR latch IC into the breadboard and connect the power supply pins (Vcc and GND)
of the IC to the appropriate power rails on the breadboard.
3. Connect the input pins (S and R) of the NOR latch IC to the desired input switches or buttons.
4. Connect the output pins (Q and Q') of the NOR latch IC to LED indicators.
5. Repeat steps 2-4 for the NAND latch IC.
Truth Table:
The truth table for both NOR and NAND latches is as follows:
S R Q Q'
0 0 Q Q'
0 1 0 1
1 0 1 0
1 1 X X
In the truth table, S represents the SET input, R represents the RESET input, Q represents the output state
(SET or RESET), and Q' represents the complement of the output state.
Note: X indicates the "don't care" condition, which means the outputs are unpredictable when both S and
R are HIGH simultaneously.