Difficulty: Easy
Correct Answer: The Q output is SET or RESET immediately as the D input goes HIGH or LOW (i.e., Q follows D when enabled).
Explanation:
Introduction / Context:
D-type storage elements come in two common forms: level-sensitive gated latches and edge-triggered flip-flops. When discussing a gated D-type device, the hallmark behavior is that the output Q follows the input D while the Enable (gate) input is active, and then holds the last value when the Enable is inactive.
Given Data / Assumptions:
Concept / Approach:
A gated D latch is transparent when enabled: Q = D. When the Enable goes inactive, Q is latched and remains constant regardless of further D changes. This transparency distinguishes it from a positive edge-triggered D flip-flop, where Q changes only on the clock’s leading edge.
Step-by-Step Explanation:
Verification / Alternative check:
Timing diagrams show Q mirroring D during the active Enable interval, then flat-lining when the Enable is removed. This is standard behavior in datasheets for transparent latches (e.g., 74HC373/74HC75 families).
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
The Q output is SET or RESET immediately as the D input goes HIGH or LOW (i.e., Q follows D when enabled).
Discussion & Comments