Computer Science, asked by rajnisukesh4977, 15 days ago

how to convert fraction decimal to binary

Answers

Answered by prakashakash802
0

Answer:

A) Convert the integral part of decimal to binary equivalent

  • Divide the decimal number by 2 and store remainders in array.
  • Divide the quotient by 2.
  • Repeat step 2 until we get the quotient equal to zero.
  • Equivalent binary number would be reverse of all remainders of step 1.
Similar questions