Answer from cs61c-ay (Peter Lau 16743989) for Question 2 a subnormal is a number smaller than the smallest number that can be represented with the given system. Subnormal numbers are truncated to zero can can become a problem if subsequently a divisiono operation is done on them.