470K ohm at 5% tolerance
Resistors are color coded to denote the value of the resistor as well as the multiplier. In your case a 470 ohm would be colored as Yellow Violet Brown corresponding to 4, 7 and a multiplier of 10^1.
Resistors have standard colors for identification of the resistance value. In order, the colors are: black, brown, red, orange, yellow, green, blue, violet, gray, and white. Reading resistors is a very simple procedure if you use the chart and formula below. Hold the resistor with the gold or silver band to the right and read the resistor from the left to the right. http://www.westfloridacomponents.com/reschart.html
Yellow is 4, Violet is 7, Violet is 7, Gold is 5% tolerence. 470,000,000 Ohms.
That is correct - In c plus plus you cannot assign integer value to enum - You can only assign an enum value to an enum. Even though an enum looks like an integer, it is not. It is an enum, and C++ implements strict type checking to reduce the probability of bad programming practices. enum ColorCode {black, brown, red, orange, yellow, green, blue, violet, grey, white}; ColorCode myColorCode; myColorCode = yellow; Even though yellow has an integer value of 4, you cannot say myColorCode = 4.
color coding of resistor:black,brown,red,orange,yellow,green,blue,voilet,grey,white these colors are ranked as:0,1,2,3,4,5,6,7,8,9 tolerance:silver,gold,no color ratings:5%,10%,20%
47000 ohms with a 10% tolerance Yellow = 4 Violet = 7 Orange = 1000 (this is the multiplier) Silver = 10% tolerance
The resistor colored yellow yellow red has a resistance value of 44 kΩ with a tolerance of 2%.
In a Resister u can find totally FORE colored rings.The First three rings used to calculate the value of the resister while the fourth ring indicates the tolerance. Let i say an example how to calculate the value of a resister. there are 10 colors commonly using in resister.Each color indicates a value. let me say it. Black-0 Brown-1 Red-2 Orange-3 Yellow-4 Green-5 Blue-6 Violet-7 Grey-8 White-9 A residter has 1.Yellow 2.Violet 3.Brown 4.Gold So yellow value is 4,Violet value is 7,Brown value is 1 So 47(Yellow)(Violet)*10^1(Brown) =470 Ohm and gold indicates +/- 5% tolerance. That is min value of that resistor is 446.5 Ohh and max value of that resistor is493.5 Ohm. Note: Most of the resistor have Four rings only. But aso there are resistors available with 5 rings
Resistors are color coded to denote the value of the resistor as well as the multiplier. In your case a 470 ohm would be colored as Yellow Violet Brown corresponding to 4, 7 and a multiplier of 10^1.
149 ohms, I believe.
The first band, brown, indicates the digit 1.The second band, red, indicates the digit 2.The third band indicates the multiplier. For yellow, this is 10000.12x10000 = 120,000 ohms.The last band is an indication of the tolerance of the resistor; gold means the actual value is within 5% of the stated value.
Resistors have standard colors for identification of the resistance value. In order, the colors are: black, brown, red, orange, yellow, green, blue, violet, gray, and white. Reading resistors is a very simple procedure if you use the chart and formula below. Hold the resistor with the gold or silver band to the right and read the resistor from the left to the right. http://www.westfloridacomponents.com/reschart.html
Yellow is 4, Violet is 7, Violet is 7, Gold is 5% tolerence. 470,000,000 Ohms.
yellow = 4, red = 2, purple (or violet) = 74, 2, and then 7 zeroes.420,000,000 ohmor420 MohmThe prefix "M" for "mega" meaning "x one million".
A yellow dog is an item or person of low monetary worth or value, or a shortening of a Yellow Dog Democrat.
the value of yellow coco cola something that the answer has never by me so I do not know if you know you can answer it
Using a resistor color code chart below, you will find that the resistance is calculated this way: Resistance = (1st Digit x 10 + 2nd Digit) x Multiplier Hold the resistor with the gold or silver band to the right and read the resistor from the left to the right. So, in this case, the resistor is: RED RED YELLOW GOLD Using the formula and resistor color chart found in the link below, the resistance would be: R = 1st Digit x 10 + 2nd Digit) x Multiplier R = (RED x 10 + RED) x YELLOW R = (2 x 10 + 2) x 10,000 R = 22 x 10,000 R = 220,000 ohm (220 K ohms) Since the final band is gold, the tolerance is 5%