Flip Flops: Digital Logic Design Lab
Flip Flops: Digital Logic Design Lab
Flip Flops
Course Instructor
Dr. Daljeet Singh
Domain: Wireless Communication
School of Electronics and Electrical Engineering
Lovely Professional University
Sequential circuits
The two outputs are complement to each other. The R-S flip-flop can be
easily implemented using NOR gates or NAND gates.
The D – Flip-Flop
• In a clocked R-S flip-flop two input signals are required to drive the
flip-flop which is a disadvantage with many digital circuits.
• In some events, both the input signals become high which is again an
undesirable condition.
• So these drawbacks of clocked R-S flip-flop are overcome in D (delay)
flip-flop.
• It is nothing but a clocked R-S flip-flop with an inverter in the R input.
• The added inverter reduces the number of inputs from two to one.
The J – K Flip-Flop
• The J-K flip-flop is very versatile and is perhaps the most widely used
type of flip-flop.
• The J and K designations for the inputs have no known significance
except that they are adjacent letters in the alphabet.
• The functioning of J-K flop-flop is identical to that of the R-S flip-flop
in RESET, SET, and no change conditions of operation.
• The difference is that the J-K flip-flop has no invalid state as does the
R-S flip-flop.
• Therefore, the J-K flip-flop is a very versatile device that finds wide
application in digital devices such as counters, registers, arithmetic
logic units, and other digital systems. In J-K flip-flop clocked R-S flip-
flop along with two AND gates are used
T – Flip-Flop
• This flip-flop is basically a J-K flip-flop.
• This is also called Trigger or Toggle flip-flop.
• This has only a single data input(T), a clock input and two outputs Q
and Q′.
• The T-type flipflop is obtained from a J-K flip-flop by connecting its J
and K inputs together.
• The designation T comes from the ability of the flip-flop to “toggle” or
complement its state.
Thanks