Question
Question Above: IEEE 754-2008 contains a half precision that is only 16 bits wide.The leftmost bit is still the sign bit, the exponent is 5
Question Above: IEEE 754-2008 contains a half precision that is only 16 bits wide.The leftmost bit is still the sign bit, the exponent is 5 bits wide and has a bias of 15, and the mantissa is 10 bits long. A hidden 1 is assumed. Write down the bit pattern to represent -1.6875 X 100 assuming a version of this format, which uses an excess-16 format to store the exponent. Comment on how the range and accuracy of this 16-bit floating point format compares to the single precision IEEE 754 standard.
Question to be answered: Calculate (3.984375 X 10-1 + 3.4375 X 10-1) + 1.771 X 103, assuming each of the values are stored in the 16-bit half precision format described in Question Above. Assume 1 guard, 1 round bit and 1 sticky bit and round to the nearest even. Show all the steps and write your answer in both the 16-bit floating point format and in decimal.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started