Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:The 555 timer is a staple of timing and waveform-generation circuits. Its internal comparators, flip-flop, and discharge transistor allow flexible configurations with just resistors and capacitors, making it ideal for lab and product prototyping.
Given Data / Assumptions:
Concept / Approach:In astable mode, the 555 charges and discharges the capacitor between threshold levels, producing a continuous square/rectangular wave. In monostable mode, a trigger edge initiates a single pulse of defined width, after which the output returns to its stable state. Both configurations are documented and widely used.
Step-by-Step Solution:
Astable: connect two resistors and one capacitor; output oscillates continuously.Monostable: use one resistor and capacitor; a trigger creates a pulse of width T ≈ 1.1 * R * C.Verify that no microcontroller is needed; operation is analog/digital hybrid.Conclude the statement is correct.Verification / Alternative check:Reference application notes: both modes are standard, with equations for frequency, duty cycle, and pulse width based on R and C values.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting trigger polarity in monostable mode; ignoring reset pin behavior; miscalculating duty cycle in astable without diode steering for duty correction.
Final Answer:Correct
Discussion & Comments