Question: Consider the following 16-bit floating point representation based on the IEEE floating point format: There is a sign bit in the most significant bit. The
Consider the following 16-bit floating point representation based on the IEEE floating point format:
There is a sign bit in the most significant bit.
The next seven bits are the exponent. The exponent bias is 63.
The last eight bits are the significand.
The rules are like those in the IEEE standard (normalized, denormalized, representation of 0, infinity, and NAN). As described in class, we consider the floating point format to encode numbers in a form:
(-1)s * m * 2E
where m is the mantissa and E is the exponent.
What is the hexadecimal representation of of negative zero?
Group of answer choices
F000
0080
8001
8000
F001
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
