Difficulty: Easy
Correct Answer: a 10 kHz square wave
Explanation:
Introduction / Context:
One classic application of the JK flip-flop is clock division. When both inputs are asserted (J = K = 1), the device toggles state at each active clock edge, creating a square wave at half the input frequency. This forms the basis of ripple counters and frequency dividers.
Given Data / Assumptions:
Concept / Approach:
With J = K = 1, the JK truth table enters the toggle mode. Each active clock edge complements Q. Thus, after one edge Q flips; after the next, it flips back—completing one full cycle every two clock edges, which halves the frequency and produces a 50% duty square wave (ideal case).
Step-by-Step Solution:
Verification / Alternative check:
Scope measurement will show Q transitions on every other clock edge, confirming frequency division by two. Chaining n such stages yields division by 2^n.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that propagation delays introduce phase lag; also, mixing up duty cycle if asynchronous clears/presets occur.
Final Answer:
a 10 kHz square wave
Discussion & Comments