Difficulty: Easy
Correct Answer: They must occur with the gate.
Explanation:
Introduction / Context:
Gated SR and JK flip-flops often include a level-sensitive gate (or clock enable) that qualifies when data inputs can affect the internal state. Inputs qualified by the clock or gate are called synchronous, while separate preset/clear pins are asynchronous.
Given Data / Assumptions:
Concept / Approach:
Synchronous means “timed with” the clock/gate. Therefore, S and R are effective only during the interval when the gating signal is active. Outside that window the storage element holds its previous state regardless of S and R levels (barring asynchronous controls).
Step-by-Step Solution:
Verification / Alternative check:
Examine datasheets: timing diagrams show input setup/hold relative to the gate (or clock), further underscoring synchronous behavior for S and R.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing up latch gating with asynchronous preset/clear, or assuming S/R act at any time without regard to the enabling level.
Final Answer:
They must occur with the gate.
Discussion & Comments