The IEEE standard double-precision floating-point operand format consists of 64 bits. The sign occupies 1 bit, the

Question:

The IEEE standard double-precision floating-point operand format consists of 64 bits. The sign occupies 1 bit, the exponent has 11 bits, and the fraction occupies 52 bits. The exponent bias is 1023 and the base is 2. There is an implied bit to the left of the binary point in the fraction. Infinity is represented with a biased exponent equal to 2047 and a fraction of 0.

(a) Give the formula for finding the decimal value of a normalized number.

(b) List a few biased exponents in binary, as is done in Table 9-6.

(c) Calculate the largest and smallest positive normalized numbers that can be accommodated.

Table 9-6

Evaluating Biased Exponents Exponent E in decimal -126 -001 000 +001 +126 +127 Biased exponent e = E + 127

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Logic And Computer Design Fundamentals

ISBN: 9780133760637

5th Edition

Authors: M. Morris Mano, Charles Kime, Tom Martin

Question Posted: