|
The binary system is based on two.
So the values (from right to left), are 2^0, 2^1, 2^2 etc. And when you calculate it, you get as result 1, 2, 4, 6, 16, 32 etc.
This, like in the decimal system, goes from right to left:
256 128 64 32 16 8 4 2 1
So, let's take 1001 binary for example. You now add the corresponding decimal values, which are in this case 8+1 = 9.
And 10100 has one 1 underneath 16 and one underneath 4, and 16+4 = 20.
RJ
__________________
All's right with the world when your PC is working right.
|