Computer Science, asked by Anonymous, 4 months ago

how to convert decimal number to binary number.​

Answers

Answered by vurevenkatavasudevak
0

Answer:

How to convert decimal to binary

Divide the number by 2.

Get the integer quotient for the next iteration.

Get the remainder for the binary digit.

Repeat the steps until the quotient is equal to 0.

Answered by rinkughosh9932
21

Answer:

  • Divide the number by 2.
  • Get the integer quotient for the next iteration.
  • Get the remainder for the binary digit.
  • Repeat the steps until the quotient is equal to 0.

Explanation:

Hope it will help you...

Similar questions