Difficulty: Easy
Correct Answer: edges, levels, pulses
Explanation:
Introduction / Context:
S–R flip-flops (and their latch counterparts) are implemented across families with differing control conventions. Some are level-sensitive, some edge-triggered, and some are specified by required pulse widths. Recognizing these broad categories helps when reading datasheets and integrating devices into synchronous systems.
Given Data / Assumptions:
Concept / Approach:
The S–R mechanism is fundamentally a set/reset storage action. Depending on implementation, it can be activated by level inputs (transparent latch behavior), by clock edges (edge-triggered flip-flops), or by meeting a minimum pulse width (pulse-triggered devices). Therefore, the most comprehensive and accurate generalization is that S–R devices can be actuated by edges, levels, or pulses according to design type and timing specification.
Step-by-Step Solution:
Verification / Alternative check:
Examine timing sections of vendor documentation: level-sensitive “transparent” latches, edge-triggered S–R flip-flops, and minimum pulse-width (tW) specs for pulse-triggered devices are all commonplace, verifying the inclusive answer.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “PRESET/CLEAR” (asynchronous controls) with primary set/reset inputs; or assuming a single universal triggering style across all S–R devices.
Final Answer:
edges, levels, pulses
Discussion & Comments