Counting with Binary



Decimal numbers (base 10) are the ones you’re used to. Binary numbers (base 2) consist of zeros and ones only. Decimal numbers and their binary equivalents:



 0 =    0
 1 =    1
 2 =   10
 3 =   11
 4 =  100
 5 =  101
 6 =  110
 7 =  111
 8 = 1000
 9 = 1001
10 = 1010











The above table was accessed from (www.howstuffworks.com) on September 5th, 2004.