340 views
1 votes
1 votes
$(0.5)_{10}$ in IEEE 754 Single precision floating point representation

$(0.5)_{10}$ = $(0.1)_{2}$

here $(0.1)_{2}$ should be represented in SUBNORMAL form Or Normalized for ..???

here $(0.1)_{2}$$ * 2^{0}$...E = 0 and no leading 1 ..will it be represented in SUBNORMAL form ??

1 Answer

0 votes
0 votes
by default go for implicit normal form means if (0.1)=1.0*2^1

if they give fractional form then 0.1*2^0

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
1 votes
1 votes
0 answers
3
Durgesh Singh asked Jan 13, 2018
556 views
Why floating point in de-normalized normal form has range between : $\pm1\times2^{-149}$ and $\pm(1 - 2 ^{-23})\times2^{-126}$
0 votes
0 votes
0 answers
4
jatin khachane 1 asked Nov 10, 2018
585 views
A 32-bit floating-point number is represented by a 7-bit signed exponent, and a 24-bit fractional mantissa. The base of the scale factor is 16,The range of the exponent i...