Computer Science, asked by loveenabhatti358, 9 months ago

What are the rules to convert a decimal number system into a binary number

Answers

Answered by parveenshalma01
1

Answer:

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 gopikapolajr
0

Answer:

hope it helps!!

Explanation:

Write down the decimal number.

Divide the number by 2.

Write the result underneath.

Write the remainder on the right hand side. This will be 0 or 1.

Divide the result of the division by 2 and again write down the remainder.

Continue dividing and writing down remainders until the result of the division is 0.

The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top.

Read the series of 1s and 0s on the right from the bottom up. This is the binary equivalent of the decimal number.

Similar questions