Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Schematic symbols convey triggering style. A triangle at the clock input denotes edge sensitivity; an additional bubble indicates inversion (negative-edge). Recognizing these marks helps read timing intent without a datasheet.
Given Data / Assumptions:
Concept / Approach:
Graphic conventions: triangle = edge, bubble = inversion. Thus, a triangle alone usually means positive-edge; triangle plus bubble means negative-edge. Designers rely on these to quickly identify behavior in multi-page schematics.
Step-by-Step Solution:
Inspect the clock input symbol on the flip-flop.If a triangle is present, it is an edge-triggered device.If a bubble accompanies the triangle, interpret as falling-edge sensitivity.Therefore the statement is correct.
Verification / Alternative check:
Compare standard symbols in logic family documentation; they consistently use the triangle for edge-triggered flip-flops.
Why Other Options Are Wrong:
“Incorrect” contradicts standard schematic notation. Requiring a bubble or restricting to J–K types is unnecessary; the convention applies to D, T, and J–K flip-flops.
Common Pitfalls:
Confusing enable pins on latches (no triangle) with clocks; misreading bubble polarity; assuming edge polarity without checking for the bubble.
Final Answer:
Correct
Discussion & Comments