Experiment 7 - Flip-Flops
Experiment 7 - Flip-Flops
Experiment 7 - Flip-Flops
FLIP-FLOPS
AIM:
To verify the truth tables of RS, D, JK, Master-Slave JK, T Flip flops using NAND gate.
OBJECTIVES:
THEORY:
Sequential Circuits:
The logic circuits whose outputs at any instant of time depend not only on the present
input but also on the past outputs are called sequential circuits. The simplest kind of sequential
circuit which is capable of storing one bit of information is called latch. The operation of basic
latch can be modified, by providing an additional control input that determines when the state of
the circuit is to be changed. The latch with additional control input is called the Flip-Flop. The
additional control input is either the clock or enable input.
Flip-flops:
Flip-flops are basic memory elements which can store one bit (either 0 or 1) of data. They
are synchronous bistable devices, also known as bistable multivibrators. Here synchronous
means that the output changes state only at a specific point on a triggering input called the clock
(CLK). That is, changes in the output occur in synchronization with the clock. An edge-triggered
flip-flop changes state either at the positive edge (rising edge) or at the negative edge (falling
edge) of the clock pulse and is sensitive to its inputs only at this transition of the clock. There are
four basic types, namely, S-R, D, J-K and T Flip-Flops. Shift registers, memory and counters are
built by using flip-flops.
SR Flip-flop: S and R stands for SET and RESET. There are four input combinations possible at
the inputs. S = R = 1 is called forbidden state since the output will be indeterminate.
D Flip-flop: It has only one input referred to as D input or Data input. The input data is
transferred to the output after a clock pulse applied. IC 7474 is a positive edge triggered dual D
Flip-flop.
T Flip-flop: T stands for toggle. The output toggles when a clock pulse is applied. That is the
output of the flip flop changes state for an input pulse. T flip flop can be derived from JK Flip
flop by shorting J and K inputs.
PROCEDURE:
RESULT:
Verified the truth tables of SR, D, JK, Master Slave JK and T Flip Flops using NAND
gates.
SR FLIP-FLOP USING NAND GATES: