Consider a 5-bit floating-point representation based on the IEEE floating-point format, with one sign bit, two exponent

Question:

Consider a 5-bit floating-point representation based on the IEEE floating-point format, with one sign bit, two exponent bits (k = 2), and two fraction bits (n = 2).
The exponent bias is 22−1 − 1= 1.
The table that follows enumerates the entire nonnegative range for this 5-bit floating-point representation. Fill in the blank table entries using the following directions:

e : The value represented by considering the exponent field to be an unsigned integer

E : The value of the exponent after biasing 2E: The numeric weight of the exponent

f : The value of the fraction

M : The value of the significand 2E ×M: The (unreduced) fractional value of the number

V : The reduced fractional value of the number 

Decimal: The decimal representation of the number 

Express the values of 2E, f , M, 2E × M, and V either as integers (when possible) or as fractions of the form x/y , where y is a power of 2. You need not fill in entries marked -.Bits 0 00 00 0 00 01 0 00 10 0 00 11 0 01 00 0 01 01 0 01 10 0 01 11 0 10 00 0 10 01 0 10 10 0 10 11 0 11 00

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

Step by Step Answer:

Related Book For  book-img-for-question

Computer Systems A Programmers Perspective

ISBN: 9781292101767

3rd Global Edition

Authors: Randal E. Bryant, David R. O'Hallaron

Question Posted: