0% found this document useful (0 votes)
3 views

Chapter1_Prob13

The IDDD-643 standard defines a 16-bit format for storing numbers, with the first bit for sign, five bits for the exponent plus bias, and ten bits for the mantissa. The smallest exponent that can be stored, calculated from the binary representation, is -15. This document also includes a note on copyright permissions for reproduction of the work.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Chapter1_Prob13

The IDDD-643 standard defines a 16-bit format for storing numbers, with the first bit for sign, five bits for the exponent plus bias, and ten bits for the mantissa. The smallest exponent that can be stored, calculated from the binary representation, is -15. This document also includes a note on copyright permissions for reproduction of the work.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1

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.

You might also like