Originally posted by Lyuokdea
What you are referring to is analog technology, anything that is analog, such as the analog joystick or your video tapes run under such a system, there are two reasons though, why a binary system works better for electronic computers.
1.) Stability - It is much easier for the computer to tell between two opposites then four or 8 (most analog devices use 8) different types of data. For instance on data CD's, when they are burned, there are very small microscopic pits, which look as so
An analog device, by definition, couldn't use 8 values. That would still be digital, but octal (or octary?) digital instead of binary digital. When you have discrete, distinct values, that is digital. The defining element of analog is that values are continuous.
The primary problem with analog that I'm aware of is that you always have a degradation of signal, which means that exact copies are impossible. With digital, as long as the signal doesn't degrade by a huge amount, you can get the right value.
You experience this effect when you make copies of cassette tapes. The store-bought cassette is always better quality than a copy you made of it. This degradation just builds up when you make a copy of a copy of a copy. For example, if you retain the original signal to 98% accuracy, the signal accuracy after 15 copies is 0.96
10 = 54.2%. That is unnacceptable for many applications.
-----------------------------------
Now, as far why we don't have many values for digital:
It would require some combinations of a wider spectrum of voltages and more precise measurement, which would use more energy and/or be more expensive.
Also, our computers are based on AND, OR, and NOT gates, which operate on the principles of true and false. I don't know if you can expand the concept to accommodate multiple values. For example, what would be the difference between (3 AND 2) and (1 AND 4)? In any case, the circuitry to deal with it would probably be more more complicated, negating the transmission speed benefit.
--------------------------------------
What is it about analog that allows parallel processing?