Edge-Triggered Operation
⚑ Report issue
Found a wrong answer, translation, image or source problem? Send it to editorial review.
PYQFound a wrong answer, translation, image or source problem? Send it to editorial review.
An edge-triggered D flip-flop samples D at the active clock edge and updates Q to that sampled value; between active edges it holds its previous state. Thus the statements describing edge-only change, D-dependent next state and edge sampling are all correct, making option D correct.

Sample D at the edge, update Q, then hold.
Do not say the output continuously follows D; that describes a level-sensitive latch.
Sample D at the edge, update Q, then hold.