3.3.4 Flip-flops

Flip Flops

( As much as I know from CAIE ) In general Flip flops can be understood as the circuits used for storage purposes . A single flip flop can be used to store a single bit. Hence they can be used in memory in computer systems. As far as I have been through A levels , I came across its 3 types
  1. NAND GATES BASED SR FLIP FLOP
  2. NOR GATES BASED SR FLIP FLOP 
  3. JK FLIP FLOP
NAND GATES BASED SR FLIP FLOP
This circuit becomes unstable when S=0 and R=0.
Why?
Because when S = 0 and R = 0 , Q and complement of Q have same value but as we know complement of Q cannot be equal to Q  so we say that the flip flop has become unstable.



NOR GATES BASED SR FLIP FLOP 
This circuit becomes unstable when S=1 and R=1.
Why?
Because when S = 1 and R = 1 , Q and complement of Q have same value but as we know complement of Q cannot be equal to Q so we say that the flip flop has become unstable.













1 Comments