edited by
5,984 views

2 Answers

Best answer
25 25 votes

E=128

SINCE E != O.THEN IT IS NORMALIZED REPRESENTATION as per IEEE-754.

SO VALUE REPRESENTATION=(-1)^s(1.M)2^(E-127)

                                                =(1.110..)2^(128-127)

                                                =(1+0.5+0.25)*2

                                                 =(1.75)*2=3.5

ans=c

selected by
Answer:
Position:
Show:

Related questions

30 30 votes
6 answers 6 answers
15.8k
15.8k views
Arjun asked Feb 18, 2021
15,826 views
Consider the following representation of a number in $\text{IEEE 754}$ single-precision floating point format with a bias of $127$.$$S: 1\quad\quad E:\; 10000001\quad\qu...
1 1 vote
0 0 answers
86
86 views
naveendewangan asked Jul 28
86 views
Let f₃₂ be the number of distinct numbers that can be represented in 4-byte IEEE-style floating point and u₃₂ be the number of distinct numbers that can be represented as...
28 28 votes
6 6 answers
22.0k
22.0k views
Arjun asked Feb 16, 2024
22,000 views
​​The format of a single-precision floating-point number as per the $\text{IEEE 754}$ standard is:$$\begin{array}{|l|l|l|}\hline \textbf{Sign} & \textbf{Exponent} & \tex...