Difficulty: Easy
Correct Answer: edge-triggered
Explanation:
Introduction / Context:
Schematic symbols communicate device behavior at a glance. The clock input styling on flip-flops tells the designer whether the device responds to levels or edges, and sometimes which edge is active.
Given Data / Assumptions:
Concept / Approach:
A triangle at the clock input denotes edge triggering. If a bubble accompanies the triangle, it indicates triggering on the falling edge; without a bubble it typically indicates rising-edge triggering. A plain input without a triangle usually indicates level sensitivity (gated latches).
Step-by-Step Solution:
Identify symbol element: triangle at CLK.Map meaning: triangle → edge-triggered behavior.Infer edge polarity: absence or presence of a bubble refines rising vs falling edge, but the triangle itself means edge-triggered.
Verification / Alternative check:
Datasheet symbols and IEEE standards use the triangle to denote edge-sensitive clocking; a small circle indicates inversion.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming the triangle specifies rising edge only; polarity is indicated by an additional bubble, not by the triangle alone.
Final Answer:
edge-triggered
Discussion & Comments