Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(b) Develop a program to decode the nominal value of a resistor. Use the information in Figure 1 to figure out the nominal value of
(b) Develop a program to decode the nominal value of a resistor. Use the information in Figure 1 to figure out the nominal value of a standard resistor. 470 45% tolerance 10 10 1% 10- 19 20 digit digit black O brown 11 red 2 2 orange 3 3 yellow 4 4 green 5 5 blue 6 violet 7 gray 8 8 white 9 9 gold silver no color 10 100 10 10% 0.5% 0.25% 0.1% 0.05% 10 104 10 0.1 0.01 5% 10% 20% Figure 1. A diagram of the color code of a standard resistor Here's how you use the color code to figure out the nominal value of the resistor: 1. Decide which band is the first band. 2. Look up the color of the first band in the column labeled 1st digit and find the number associated with that color. 3. Look up the color of the second band in the column labeled 2nd digit and find the number associated with that color. 4. Look up the color of the third band in the column labeled X and find the number associated with that color. 5. Put the first two-digit side-by-side to form a two-digit number. 6. Multiply the two-digit number by the multiplier. Prompt the user to key in the color of the first band, second band and third band. Then use for and/or if-else-if structure and/or switch structure to decode the nominal value of the resistor. [20 marks)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started