HOMEWORK #2 CSE 410 Fall 98  

Due: Friday October 16, in class


Questions 1-13 are in the [PH] text on pages 322-327 as follows:
        Exercises 4.1 through 4.8, 4.14 (parts a, b, and c, only),
        4.25 through 4.28

Question 14. When adding two floating point numbers, the exponents are first
made the same by shifting one of the fractions (if necessary). The fractions
are then added, and the result normalized (if not already so).
Let 0x3EE00000 and 0x3D800000 be two floating point numbers in standard
IEEE format. Add the two numbers, and show the normalized result in
hexadecimal.