Flip-Flop (D-Type)

Electronics Engineering

How It Works

A D-type (Data or Delay) flip-flop is an edge-triggered bistable sequential multivibrator that stores exactly one bit of digital binary information. The input logic value present on terminal D is transferred to the primary output Q strictly upon the occurrence of an active transition (rising edge) of the periodic clock signal CLK. At all other times during the clock period, the output remains invariant regardless of ongoing fluctuations at input D, providing the foundation for synchronous state machines and digital registers.

Governing Equation
Q_{next} = D  (latched at CLK ↑)   |   Q̄ = ¬Q   |   t_{setup} + t_{hold} < T_{clk}