In: Computer Science
1) Convert negative fractional decimal number to 8-bit binary number: – 16.625 (use 2's complement binary format)
Hint: –17 + 0.375
Given the hint above, the fractional number will be divided into
two parts,
- Whole number,
- Fractional part, must be positive
(2) Proof to check that your calculation above is correct