Answer from cs61c-ei (Jing Chen 16669246) for Question 2 A normalized number is a number in scientific notation that has no leading 0s. A subnormal is otherwise known as a denormalized number. Subnormals allow a number to degrade in significance until it becomes 0 (known as gradual underflow). Essentially, this enables greater precision from a floating-point operation.