Computer Science, asked by saini2813, 2 months ago

what are the rules to convert a decimal number into a binary number?​

Answers

Answered by kumarijyotisp18
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 mahi3284
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