how to do decimal 0.5 to binary form
Answers
Answered by
1
Answer:
0.1
Algorithm:
- Divide the 0.5 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.
Similar questions