Difficulty: Easy
Correct Answer: 243 ms
Explanation:
Introduction / Context:
The 555 timer in monostable mode generates a single pulse each time it is triggered. Pulse width depends on the external timing resistor and capacitor. Accurate calculation is essential for timing, control, and pulse-shaping tasks.
Given Data / Assumptions:
Concept / Approach:
Apply the standard monostable timing relation directly and express the result in milliseconds for readability.
Step-by-Step Solution:
Compute t = 1.1 * 4700 * 47×10^-6.First multiply R1 * C1 = 4700 * 47×10^-6 ≈ 0.2209.Multiply by 1.1: 0.2209 * 1.1 ≈ 0.243 s.Convert to milliseconds: 0.243 s ≈ 243 ms.
Verification / Alternative check:
Dimensional check: Ω * F yields seconds; numerical value aligns with typical 555 timing ranges for kΩ and tens of µF.
Why Other Options Are Wrong:
Common Pitfalls:
Misplacing metric prefixes (µF vs nF) or forgetting the 1.1 factor.
Final Answer:
243 ms
Discussion & Comments