Chapter 3: 25 (page 239)
Write down the binary representation of the decimal number 63.25 assuming it was stored using the single precision IBM format (base 16, instead of base 2, with 7 bits of exponent).
Short Answer
Binary representation
Sign bit | 7-bit Exponent | 24-bit Fraction value |
0 | 1000010 | 001111110100000000000000 |