Problem
Floating point numbers, stored in an IEEE-like format, have non- constant gaps between representable values. For the example IEEE-like for- mat shown in 010_FloatingPointNumbers, slide 11 (3 exp bits, 2 frac bits and a sign bit), (1) Find the largest value representable (2) find the smallest positive integer that cannot be represented exactly. Explain.