Difficulty: Easy
Correct Answer: changes from LOW to HIGH
Explanation:
Introduction / Context:
Synchronous sequential circuits rely on edge-triggered flip-flops to register data at precise instants. Understanding exactly when a positive edge-triggered flip-flop samples its inputs is crucial for proper timing closure, meeting setup/hold times, and avoiding metastability in digital systems.
Given Data / Assumptions:
Concept / Approach:
By definition, a positive edge-triggered flip-flop samples its inputs at the instant the clock transitions from LOW to HIGH. Data present at the input must be stable for a window that starts tsu before the edge and continues through th after the edge. The output Q updates as a result of this sampling and remains stable until the next active edge (ignoring asynchronous overrides).
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments