Math, asked by lalsinghjsr111, 3 months ago

how to convert decimal no into binary no​

Answers

Answered by aditipovale
4

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 Karanbrilliant
1

Answer:

  1. How to convert decimal to binary
  2. Divide the number by 2.
  3. Get the integer quotient for the next iteration.
  4. Get the remainder for the binary digit.

Repeat the steps until the quotient is equal to 0.

Hope this will help you

Similar questions