Showing posts with label D flip flop. Show all posts
Showing posts with label D flip flop. Show all posts

Saturday, November 12, 2016

Flip flop , JK flip flop, SR flip flop, D flip flop, T flip flop

                                                           J-K Flip Flop

    A J-K Flip Flop is the refinement of S-R flip flop. Inputs J and K behaves like input S and R to set and clear the flip flop respectively. When inputs J and K are both equal to 1, a clock transition switches the outputs of the flip-flop to their complement state.

Block Diagram of J-K flip flop
Block diagram of jk flip flop
                                                Circuit Diagram of J-K flip flop
The J input is equivalent to the S(set) input of the SR flip-flop and the K input is equivalent top the R (clear) Input. Instead of the indeterminate condition, the JK flip flop has a complement condition Q(t+1)=Q’(t) when both J and K are equal to 1
                                          Truth Table of J-K flip flop
                                       
The truth table of jk flip flop -

Flip flop , JK flip flop, SR flip flop, D flip flop, T flip flop

Introduction to Flip Flops
• The digital circuit considered thus far have been combinational , where the output at any given time are entirely dependent on the inputs that are present at the time .
• Almost every system has likely to have combinational circuit. Most system encountered in practice also include storage elements, which required the system be describe in terms of sequential circuit.
• The most common type of sequential circuit is synchronous type. Synchronous sequential circuit employ signals that affect the storage elements only at discrete
Instant of time .
The storage element employed in clocked sequential circuit are called flip flops
A flip flop is binary cell capable of storing 1 bit of information .
It has two output, one for the normal value and other for the complement value of the bit stored  in it.

Types of flip-flops

1.SR Flip-Flop

2.D Flip-Flop

3.J-K Flip-Flops

4.T Flip-Flops

5.Edge triggered Flip-Flops

6.Master-Slave flip Flops