You are working with a 16-bit floating point model, with 1 bit to represent the sign, 5 bits to represent the exponent, 10 bits to represent the fraction, with a bias of 15.
(a) What is the fifth largest, positive normal number that can be represented? Do not count infinity as a normal number. Give the bit sequence and the decimal value.
(b) What is the ninth, smallest, normal, positive number that can be represented? Give the bit sequence and the decimal value.