Software (1 Viewer)

jaz.93

New Member
Joined
Oct 25, 2008
Messages
1
Gender
Female
HSC
N/A
does anyone know how to convert from decimal to binary?
 

2009spamtec

New Member
Joined
Sep 2, 2008
Messages
28
Location
Canberra
Gender
Male
HSC
2009
idiots!!!! both of you. Of course you need to !!!! Conversions are simple. Draw your self a nice table. with the powers of 2 in each column from right to left with 2^0 on the far right. eg.
2^0
2^1
2^2
...
in columns.

then write the binary in the next row. Add all of the powers which have a 1 below them.

eg
1001 = 2^0 +2^3 =9
and
0111 = 2^0 + 2^1 + 2^2 =7
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top