Thread: Binary Help...
View Single Post
Old 07-05-2005, 12:47 PM   #2 (permalink)
Elbatrop1
Elbatrop1's Avatar
 
Memberbot

Join Date: Mar 2004

Posts: 4,055

Elbatrop1 is on a distinguished road

Send a message via MSN to Elbatrop1
Default

Once you get the hang of it, it's pretty easy.

Lets look at decimal:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Notice how, when you got to 9, you couldnt count any higher in the 'ones' spot, so you carried it over to the 'tens' spot?

The same goes for binary. Except with binary, you dont count up to 9 and then rollover, you count to 1.

0, 1, 10

Notice that when the lowest bit position couldnt get any higher than 1, so it rolled over into the next highest position.

To continue:

0,1,10,11,100,101,110,111

It when every bit position gets filled with a 1, the next increment rolls over into the next highest bit position.

When we count in decimal, we can put zeros in front of the number, because they dont count for anything. FOr example:

0000, 0001, 0002, 0003, 0004, 0005, 0006, 0007, 0008, 0009, 0010.

The same goes for binary:

0000, 0001, 0010, 0011, 0100, 0101....

Hopefully that helps to get you started. Try looking on www.howstuffworks.com

I think they have an article on binary.
__________________

Intel E6750...........PSN: ELBATROP
XFX nForce 650i Ultra
Patriot PC2-6400 8GB (4x2GB)
eVGA 9800GT
36GB WD Raptor
120GB SG
1TB SG
Logitech X-530
Samsung SyncMaster 931c
Samsung SyncMaster 750s
Windows 7 RC
Elbatrop1 is offline