Chapter1_Prob13
Chapter1_Prob13
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
would be 0, meaning that the exponent is 0-15 = -15. So, the smallest exponent that can be stored
is -15.
Excerpts from this work may be reproduced by instructors for distribution on a not-for-profit basis
for testing or instructional purposes only to students enrolled in courses for which the textbook
has been adopted. Any other reproduction or translation of this work beyond that permitted by
Sections 107 or 108 of the 1976 United States Copyright Act without the permission of the
copyright owner is unlawful.