what are the rules to convert a decimal number into a binary number?
Answers
Answered by
4
Explanation:
you can easily convert a decimal number to binary using the remainder method. This involves dividing the number by 2 recursively until you're left with 0, while taking note of each remainder.
Answered by
40
ANSWER:
An easy way to convert decimal into binary number equivalents is to write down the decimal number and to continually devide by-2 to give a result and rge remainder and either a '1'or0 until the final result equals zero.
Hope it helps
Similar questions