RTUEE / EC / EEEYr 2024 · Sem 42024

Q5Digital Electronics

Question

2 marks

Explain in brief Flip Flops.

Answer

Flip-flops are bistable sequential circuits that store one bit of data and change state based on clock and input signals.

  • SR Flip-Flop: Set-Reset; S=1 sets Q=1, R=1 resets Q=0; S=R=1 is forbidden
  • D Flip-Flop: Data flip-flop; output Q follows input D at the clock edge; eliminates forbidden state
  • JK Flip-Flop: J=K=1 causes toggling; most versatile; solves SR ambiguity
  • T Flip-Flop: Toggle flip-flop; T=1 toggles Q, T=0 holds; used in counters

Back to Paper