Question: Consider a hypothetical 8-bit floating representation: ----------------------------------------------------------------------- s(1 bit) | exp(3 bits) | frac (4 bits) What is the bias? How many different values can
Consider a hypothetical 8-bit floating representation:
-----------------------------------------------------------------------
s(1 bit) | exp(3 bits) | frac (4 bits)
What is the bias?
How many different values can be represented with 8 bits?
How many of these are NaN?
How many of these are Infinity?
How many of these are normalized values?
How many of these are zero (denormalized)?
How many of these are non-zero denormalized values?
What is the smallest positive normalized value?
What is the largest positive normalized value?
What is the largest positive denormalized value?
What is the floating - point representation for 1.0?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
