419 views
1 votes
1 votes

sign bit ( 1 bit)

biased exponent ( 6 bits)

mantissa( 20 bits)

what is the range of normalised mantissa?

answer : 1 to 2 - 2-20

minumum is 1

but max how is 2-2-20.....they havent considered exponent to be all 1's

shouldnt it be 2-2-20 * 231

where 231 is obtained by all 1's in exponent part

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
Sk Jamil Ahemad asked Mar 19, 2023
409 views
while representing an exponent in floating point number why do we add a biased term? What is the benifit of adding this??
0 votes
0 votes
0 answers
2
Sanjay Sharma asked Dec 31, 2016
564 views
A computer uses 8 bit mantissa and 2-digit exponent , If a =0.052 and b =28E+11 then b+a-b willa)be 0 b)be 5.28E+11c)Result in an overflow error d)Result in...
7 votes
7 votes
2 answers
3
pC asked Jan 7, 2016
5,872 views
For the Matrix $\begin{bmatrix} 5 & 3\\ 1& 3 \end{bmatrix}$One of the Normalised Eigen Vector is given as__________Answer $\begin{bmatrix} \frac{1}{\sqrt{2}} \\ \frac{-1...
2 votes
2 votes
1 answer
4
Meenakshi Sharma asked Oct 29, 2016
2,211 views
what is the min and max range of an 8 bit integer when it is stored ina)sign magnitude formb)1's complement formc)2's complement form