I have been working on these three lab questions for about 5 hours. I'm stuck on the last question.
Consider the following floating point number representation which stores a floating point number is 16 bits. You have a sign-bit, a six bit (excess-32) exponent, and a nine bit mantissa.
- Explain how the 9-bit mantissa might get you into trouble.
Here is the preceding question. Not sure if it will help in analysis.
- What is the range of exponents it supports?
000000to111111or 0 to 63 where exponent values less than 32 are negative, and exponent values greater than 32 are positive.
I have a pretty good foundation for floating points and converting between decimals and floating points. Any guidance would be greatly appreciated.