Question: help on this also need to explain everything it has to be correct too thank you 1. As we discussed in class, find the below-modified
1. As we discussed in class, find the below-modified hardware design for division operation. Write the algorithm and trace the example (7/2). Show all the necessary steps. [5 points] 2. Explain, how can you do the signed division? Refer to the textbook (chapter 3 ) [5 points] 3. Describe the multiplication algorithm with the tracing of examples apart from what you learned in class. [5 points] 4. Show the IEEE 754 binary representation of the number -0.75 in single and double precision. [ 2.5 points ] 5. What decimal number does the bit pattern 00C000000 represent if it is a floating-point number? Use the IEEE 754 standard. [2.5 points] 6. 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.5625101 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 compare to the single precision IEEE 754 standard. [ 2.5 points]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
