Assume you have a 5 bit computer and this particular computer uses the IEEE double precision rules to represent floating point numbers using 1 bit for the sign, 2 bits for the exponent, and 2 bits for the fraction. For this computer, determine:
A) The smallest normalized positive number
B) The...