Continuation on Binary
January 30, 2009
today I will elaborate on my explanation of binary.
Base 10 is the number system we use everyday using the numbers 0-9 to make up numbers like 64351. Binary uses 1s and 0s to make such numbers. Hexadecimal uses numbers and letters to make a number. Expanding off of Base 10….0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f. Hexadecimal is the exact same as Base 10 except a=10 b=11 c=12 d=13 e=14 f=15
Advertisement