Computer Science, asked by NavyaRanjan, 2 months ago

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

Answers

Answered by lavikachoudhary15
3

Explanation:

: An easy method of converting decimal to binary number equivalents is to write down the decimal number and to continually divide-by-2 (two) to give a result and a remainder of either a “1” or a “0” until the final result equals zero.

Answered by rajlaxmipahi01
2

Answer:

The rules to convert decimal number into a binary number:

Divide the number by 2.

Get the integer quotient form the next iteration.

Get the renainder for the binary digit.

Repeat the steps until the quotient is equal to zero

✍️Hope it helps u✍️

Similar questions