Like Us on FB

Sunday, 19 July 2015

Flip- Flop

flip- flop  :-

              flip-flop is a bistable multivibrator. The circuit can be made to change state by signals applied to one or more control inputs and will have one or two outputs.


           SR latch operation   

     
     Characteristic table              Excitation table

S    R    Qnext   Action                Q    Qnext      S      R        

0     0     Q       hold state            0      0          0      X
0     1     0        reset                    0      1          1      0
1     0     1        set                       1      0          0      1
1     1    X      not allowed          1       1         X      0



           JK latch    

The JK latch is much less frequently used than the JK flip-flop. The JK latch follows the following state table:


           JK latch truth table

     J   K     Qnext     Comment
     0   0      Q         No change
     0   1       0         Reset 
     1   0       1         Set
     1   1       Q         Toggle







No comments:

Post a Comment