Difficulty: Easy
Correct Answer: 26.67 µs
Explanation:
Introduction / Context:
Shift registers propagate data one stage per clock. The delay to a particular tap equals the number of stages to that tap multiplied by the clock period. This is a core timing idea in digital design and serial interfaces.
Given Data / Assumptions:
Concept / Approach:
Clock period T = 1 / f. Time to reach Q3 = 4 * T, because the bit must traverse four flip-flops.
Step-by-Step Solution:
Verification / Alternative check:
Dimensional check: kHz implies microsecond periods. Four microsecond-scale periods give a few tens of microseconds, which matches 26.67 µs and not milliseconds.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
26.67 µs
Discussion & Comments