Computer Science, asked by ksujita7718, 8 months ago

how to convert the decimal number to binary form ​

Answers

Answered by hariomtripathi4
2

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.
Answered by Anonymous
2

Answer:

An easy method of converting decimals to binary numbers 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.

Similar questions