Difficulty: Easy
Correct Answer: ones catching
Explanation:
Introduction / Context:
Level-sensitive J–K flip-flops can exhibit problematic behavior if their inputs change while the clock is at the active level. Understanding the specific terminology for these hazards helps in recognizing, explaining, and fixing erratic toggling in counters or control logic during lab diagnostics.
Given Data / Assumptions:
Concept / Approach:
When Cp is HIGH and the internal gating is transparent, a stray 1 present on J or K may be captured, producing an unintended state change. This specific behavior is colloquially termed ones catching, reflecting that a momentary logic-1 on an input is caught and affects the output when it should not.
Step-by-Step Solution:
Verification / Alternative check:
Scope measurements often show brief spikes on J/K coincident with Cp HIGH leading to unexpected Q transitions; adding input synchronizers or converting to edge-triggered devices mitigates this.
Why Other Options Are Wrong:
Common Pitfalls:
Failing to synchronize asynchronous inputs, letting combinational hazards feed J/K directly, or using excessive clock HIGH width with level-sensitive designs.
Final Answer:
ones catching
Discussion & Comments