Translate the number 10.12510 в binary like this:
the Integer part of the number is divided by the base of the new number system:
10 | 2 | | | |
-10 | 5 | 2 | | |
0 | -4 | 2 | 2 | |
| 1 | -2 | 1 | |
| | 0 | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 125*2 |
0 | .25*2 |
0 | .5*2 |
1 | .0*2 |
the result of the conversion was:
10.12510 = 1010.0012
We found that Your number is negative. For further translation from direct code to additional code, specify the size of the number: (1 byte, 2 bytes, 4 bytes, 8 bytes).
the Final answer: -10.12510 = 1010.0012