answersLogoWhite

0

Convert decimal number to binary

1. Start by writing down the number as a start of a new column.

2. Fill out the rest of the column by dividing the number above it by 2. Write only the integer portion of each value, and use this integer value when computing the one below it. Continue dividing until the last value written is 1.

3. Write a second column of values next to the first, as a column of binary 1's and 0's. Write a 1 if the number beside it is odd, or a 0 if even.

4. Read the second column from bottom to top, writing out the binary value from left to right.

User Avatar

Wiki User

10y ago

What else can I help you with?