Java A little question about Javascript Resistance Caculator

AI Thread Summary
The discussion focuses on how resistor values are determined from color bands, with specific colors representing tens, units, multiplying factors, and tolerance levels. Tolerance indicates the accuracy of a resistor's nominal value, with common tolerances being ±20%, ±10%, and ±5%. It is noted that real resistor values can vary within these tolerance ranges, affecting their actual performance. Participants emphasize the importance of correctly interpreting color codes, as colors can sometimes appear differently under various lighting conditions. Accurate reading of resistor color codes is essential for electronics work, often requiring careful observation and sometimes additional tools for verification.
KENNEL STW
Messages
1
Reaction score
0
Javascript Resistance Calculator

The values of the resistor are calculated from the colour of the bands. The values of the colours are shown in Table 1. The first band is the tens values. The second band gives the units, the third band is a multiplying factor the factor being 10band value. The fourth band gives the tolerance of the resistor. No band implies a tolerance of ± 20%, a silver band means the resistor has a tolerance of ± 10% and a gold band has the closest tolerance of ± 5%.


This is what I read in suplung,and I am not a native English speaker,so can you expain the word tolerance there to me? Thank you so much!Have a good day because there going to have a game of liverpool today hhhhh
 
Technology news on Phys.org
"tolerance" is the accuracy of a resistor's nominal value to its actual value.

A resistor that says "100Ω" with 20% tolerance could have a real value between 80-120Ω. If it is marked as 5% tolerance its real value should be between 95 and 105Ω.
 
  • Like
Likes Delta2 and malawi_glenn
Welcome to PF.
KENNEL STW said:
The values of the resistor are calculated from the colour of the bands. The values of the colours are shown in Table 1.
Can your use the "Attach files" link below the Edit window to upload Table1? Thanks.

Also, keep in mind that if you are trying to decode resistor color codes, you will need to be able to handle the color bands in either order. That's something that EEs deal with in real life all the time. Oh, and sometimes "red" is washed out to look more like "brown", and "gold" tolerance can look like "brown" too. So reading the color code can involve some AI (and/or guesswork and a DVM to back up the guesswork). :smile:
 
berkeman said:
Oh, and sometimes "red" is washed out to look more like "brown", and "gold" tolerance can look like "brown" too.
I have a compact fluorescent work-light with an emission spectrum that makes red and orange look the same to human eyes; 33k = 22k = 3k3.

Use daylight or a bright filament lamp to read component color codes.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Replies
2
Views
3K
Replies
2
Views
4K
Back
Top