Answer from cs61c-ao (Roger Tseng 16507336) for Question 2 subnormal is when a number that is not shifted right enough so that there is only one digit before the decimal point. we care about this because we want to normalize numbers in order to be able to add, subtract multiply and divide them.