Computer Science, asked by shantasingh1988, 7 months ago

Answer the following questions :-
Write the rules to convert decimal into binary number.​

Answers

Answered by bhattacharyataniya74
0

Answer:

Explanation:

  1. Write down the decimal number
  2. Divide the number by 2.
  3. Write the result underneath.
  4. Write the remainder on the right hand side. This will be 0 or 1.
  5. Divide the result of the division by 2 and again write down the remainder.
  6. Continue dividing and writing down remainders until the result of the division is 0.
  7. The most significant bit (MSB) is at the bottom of the column of remainders and the least significant bit (LSB) is at the top.
  8. 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