Question: **Need help to answer this question below** Floating Point Representation: 1. Give a brief explanation of the significance of the IEEE 754 Standard Floating Point
**Need help to answer this question below**
Floating Point Representation: 1. Give a brief explanation of the significance of the IEEE 754 Standard Floating Point Representation: Why is the exponent represented in bias/excess notation? What is denormalized form and why is it used for the fractional part of the representation? Why do programmers use double precision type? How can special numbers (0, , NaN) be hardwired to save time?
2. a) A programmer wants to design a random number generator using 32-bit unsigned integer representations. Would this give a fair distribution of pseudo-random numbers? Explain your answer. b) Another programmer wants to design a random number generator based on floating point numbers in the interval 0 to 1. Would this give a fair distribution of pseudo-random numbers? Explain your answer. c) A third programmer wants to design a random number generator based on floating point numbers in the interval 1 to 2. Would this give a fair distribution of pseudo-random numbers? Explain your answer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
