Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:Multivibrators are fundamental timing circuits: astable (free-running oscillator), monostable (one-shot), and bistable (flip-flop). Their triggering behavior varies by type and implementation. Confusing level-triggered with edge-triggered operation leads to misapplied inputs and unreliable timing in designs and tests.
Given Data / Assumptions:
Concept / Approach:The blanket claim that multivibrators “must be level-triggered” is incorrect. Monostables are often edge-triggered (responding to a rising or falling edge). Bistables (flip-flops) can be edge-triggered (master–slave, edge-triggered D) or level-sensitive (latches). Astables require no external trigger—they self-oscillate. Thus, multivibrators do not universally require level triggering; the correct trigger model depends on the specific circuit topology and device.
Step-by-Step Solution:
Identify multivibrator type: astable, monostable, bistable.Recall typical triggers: astable none; monostable often edge; bistable can be edge or level.Evaluate the universal claim: it fails because it does not hold across types.Conclude the statement is incorrect.Verification / Alternative check:Datasheets for common one-shots (e.g., 74121/74123) specify edge-trigger inputs. Edge-triggered D flip-flops (e.g., 7474, 74HC74) explicitly require clock edges; latches (e.g., 74HC373) are level-sensitive. This diversity disproves the universal claim.
Why Other Options Are Wrong:
Correct: conflicts with real device behavior across families.Applies only to astable/monostable: both statements are too narrow; astable requires no trigger and monostable is commonly edge-triggered.Common Pitfalls:Driving an edge-triggered input with a slow ramp (causes multiple triggers or none); forgetting to debounce level-sensitive triggers; assuming all FFs behave like latches.
Final Answer:Incorrect
Discussion & Comments