672 views
3 votes
3 votes

Consider the following IEEE-754 single precision format

1 10101010 01010100................0

value represented by above number is _________________________

2 Answers

Best answer
3 votes
3 votes

The standard value will be : 

(−1)1 * ( 1.01010100....0) * 2170−127

- (1.3281) * 243

Now, make it more simpler -

(-1)1 * (10101010.00000...) * 236 (Shifting of 7 bits)

- 170 * 236

selected by

Related questions

0 votes
0 votes
0 answers
1
tusharp asked Dec 3, 2018
895 views
Can someone please help in highlighted part. Thanks
2 votes
2 votes
2 answers
3
hemantsoni asked May 5, 2016
6,263 views
Which of the given number has its IEEE-754 32-bit floating-point representation as $(0 \ 10000000\ 110 0000 0000 0000 0000 0000)$a) 2.5b) 3.0c) 3.5d) 4.5
7 votes
7 votes
3 answers
4
s_dr_13 asked Jun 3, 2019
2,116 views
In IEEE $754$ single floating point format, how many numbers can be represented in the interval [10, 16)? A. $2^{21}$ B. $3 * 2^{21}$ C. $5 * 2^{21}$ ...