- #1
ver_mathstats
- 260
- 21
Homework Statement:: We have an 8-bit floating point representation, one bit for the sign, 3-bit biased exponent, and 4-bit for the normalized mantissa. What is the smallest and largest number you can represent?
Relevant Equations:: -
Would the smallest number just be
and then I would just convert this into decimal?
And then would the largest number just be
and then I would also just convert this into decimal?
Or am I on the wrong track?
Thanks.
Relevant Equations:: -
Would the smallest number just be
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
And then would the largest number just be
0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
Or am I on the wrong track?
Thanks.