retagged by
221 views

1 Answer

0 votes
0 votes

I think,the answer is opt d.

number of bits of mantissa m=6;

the maximum value represented by m bit mantissa (for explicit norm)= 2-2^-m;

Refer to this question for the deduction of the formula https://gateoverflow.in/283657/gateforum-series-digital-logic-floating-point-representation

next, the minimum value of mantissa for implicit norm=  0 ;   (1.000000)

thus M=0; (in 1.M)

range : 0 to (2 – 2^-6 )  (answer);

If I am wrong plz correct me .

Related questions

8 votes
8 votes
4 answers
3
Satbir asked Jan 13, 2020
3,733 views
An array of $2$ two byte integers is stored in big endian machine in byte addresses as shown below. What will be its storage pattern in little endian machine ?$$\begin{ar...