Computer Science, asked by Anonymous, 5 months ago

how to convert decimal number to binary number.​

Answers

Answered by aditya914548
3

Answer:

How to convert decimal to binary

1. Divide the number by 2.

2. Get the integer quotient for the next iteration.

3. Get the remainder for the binary digit.

4. Repeat the steps until the quotient is equal to 0.

Explanation:

Hope its Help you

Answered by rinkughosh9932
104

Answer:

Here is ur answer Budhu...XD

  • 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 THIS WILL HELP YOU

Similar questions