flip flop circuits and its applications

11
FLIP-FLOP CIRCUITS AND ITS APPLICATIONS

Transcript of flip flop circuits and its applications

Page 1: flip flop circuits and its applications

FLIP-FLOP CIRCUITS AND ITS APPLICATIONS

Page 2: flip flop circuits and its applications

FLIP-FLOP

Electronic circuit

Bi-stable multivibrator

Sequential logic

Store state information

Page 3: flip flop circuits and its applications
Page 4: flip flop circuits and its applications

SR flip-flop

D flip-flop

JK flip flopTYPES OF

FLIP-FLOP

Page 5: flip flop circuits and its applications

NOR

NAND

SR FLIP-FLOP

Page 6: flip flop circuits and its applications

SR FLIP-FLOP(NAND)

0 0 RACE

1 0 1 0

0 1 0 1

1 1 Q Q

S R Q Q

Page 7: flip flop circuits and its applications

SR FLIP-FLOP(NOR)

0 0 Q Q1 0 1 0

0 1 0 1

1 1 RACE

S R Q Q

Page 8: flip flop circuits and its applications

JK FLIP FLOP This simple JK flip Flop is the most widely used of all the flip-flop designs and is considered to be a universal flip-flop circuit. The sequential operation of the JK flip flop is exactly the same as for the previous SR flip-flop with the same “Set” and “Reset” inputs. The difference this time is that the “JK flip flop” has no invalid or forbidden input states of the SR Latch even when S and R are both at logic “1”.

Page 9: flip flop circuits and its applications

D FLIP-FLOP• The D flip-flop tracks the input, making transitions with

match those of the input D. The D stands for "data"; this flip-flop stores the value that is on the data line.

Page 10: flip flop circuits and its applications

APPLICATIONS

•Memory circuits•Logic control devices•Register device

Page 11: flip flop circuits and its applications

The end