1.12 In single precision (IEEE-754 standard), 8 bits are used for storing the exponent (the bias is 127),
and 23 bits are used for storing the mantissa.
(a) What are the smallest and the largest positive numbers that can be stored in single precision?
(b) What is the smallest value of the mantissa that can be stored?
Solution
1.13 Suppose a new standard, the IDDD-643 standard, is developed for storing numbers in a string of 16
bits. The first bit is used for the sign of the number (0 if positive and 1 if negative). The next five bits store
the exponent plus the bias, and the remaining 10 bits store the mantissa. The bias is 15 and no bits are
reserved for any special purposes. What is the smallest exponent that can be stored?
Solution
The smallest exponent that can be stored in binary form is 00000, so the exponent plus the bias