Computer Science, asked by artikamal2004, 8 months ago

Change 10.19 from decimal to binary

Answers

Answered by ihafsamalik564
0

Answer:

Your answer is 1010.00110000101000111101

Explanation:

Conversion steps:

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.

Hope it helps

Similar questions