CS 270 Fall 2008 Midterm Review ---------------- These questions were borrowed from Rick Ord, who posts them at http://ieng9.ucsd.edu/~cs30x/Exercises4.html. Describe the internal format for single-precision IEEE floating point values. What is normalization? Hidden bit operation? Why is the stored exponent in biased/excess notation of the real exponent? Convert the following decimal values to single-precision IEEE floating point representation (expressed in hex) showing the binary fixed-point intermediate value __________ x 2^0. 13.75 0x415C0000 -99.125 0xC2C64000 -1.5 0xBFC00000 0.5 0x3F000000 Convert the following single-precision IEEE floating point representations to fixed-point decimal values. 0x42060000 33.5 0xC22E8000 -43.625 0xBF400000 -0.75 0x42F68000 123.25