Difficulty: Easy
Correct Answer: 13
Explanation:
Introduction / Context:
Retriggerable one-shots (monostables) are timing circuits that extend their output pulse whenever a new valid trigger occurs before the existing timing interval has expired. This question checks your understanding of how the output width accumulates when a second trigger occurs during the active pulse window.
Given Data / Assumptions:
Concept / Approach:
In a retriggerable monostable, any trigger that arrives while the output is high resets the internal timing capacitor/threshold process so that the output remains high for a full additional interval T starting from the new trigger time. The output therefore stays high until (time of last trigger) + T.
Step-by-Step Solution:
Verification / Alternative check:
Draw a timeline and shade the high-level region. The first window would end at 10 ms, but the second trigger shifts the end to 13 ms. This matches standard timing diagrams from retriggerable one-shot IC datasheets (e.g., 74HC123 behavior).
Why Other Options Are Wrong:
Common Pitfalls:
Confusing retriggerable with non-retriggerable devices; assuming the second trigger “overlaps” without extending; or measuring from the second trigger only and forgetting the total duration from t = 0 when asked for overall pulse length.
Final Answer:
13
Discussion & Comments