Answer from cs61c-av (Kenneth Wong 16192104) for Question 2 A subnormal floating point number would be a float that had a different format. Usually floating points have the format 1.xxx*2^yyy. If there is a different format, then when the system follows its usual way of storing floats, it screws up the subnormal float.