Difficulty: Easy
Correct Answer: orange, white, red, gold
Explanation:
Introduction / Context:
The 4-band resistor color code encodes two significant digits, a power-of-ten multiplier, and a tolerance band. Fluency with the code allows quick identification of components during prototyping and troubleshooting without consulting a datasheet.
Given Data / Assumptions:
Concept / Approach:
Color mapping (digits): black 0, brown 1, red 2, orange 3, yellow 4, green 5, blue 6, violet 7, gray 8, white 9. Multiplier: red = ×10^2, orange = ×10^3, etc. 3.9 kΩ has significant digits 3 and 9, then a multiplier of ×10^2 to yield 39 × 10^2 = 3900 Ω. Tolerance gold = ±5%.
Step-by-Step Solution:
Verification / Alternative check:
Cross-check by reconstructing value: 3 9 with multiplier ×10^2 = 3900 Ω = 3.9 kΩ; tolerance ±5% gives range 3.705 kΩ to 4.095 kΩ, which matches common E24 series availability.
Why Other Options Are Wrong:
Common Pitfalls:
Reading the bands from the wrong end (tolerance band is spaced farther apart), or confusing white (9) with silver (tolerance). Always locate the tolerance band first to set the reading direction.
Final Answer:
orange, white, red, gold
Discussion & Comments