A floating point number has a 2-bit exponent, and a 2-bit un…
A floating point number has a 2-bit exponent, and a 2-bit unsigned significand. There is no bias to the exponent. What is the largest value (in decimal) this format can represent? What is the smallest value (in decimal) this format can represent?