Changes

Jump to: navigation, search
Method 2: Decimal to Binary
# If you are converting to 8-bit, 32-bit, etc., enter leading zeros if those doubled numbers are greater than the decimal number.<br>
# Moving in a rightwards direction, if there is a doubled number less than the decimal number, write a 1 and subtract the double number's value from the decimal number.<br>
# If the next doubled number is greater then the remainder, then write a zero; otherwise, if the number is less than but not zero, repeat the above steps #.<br>4 and # Add up the calculations to obtain the decimal value equivalent5 until you have obtained your binary number.<br>
<br><br>
13,420
edits

Navigation menu