retagged by
8,091 views
9 votes
9 votes
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\quad F:\;11110000000000000000000$$ Here $S, \;E$ and $F$ denote the sign, exponent, and fraction components of the floating point representation.

The decimal value corresponding to the above representation (rounded to $2$ decimal places) is ____________.
retagged by

5 Answers

Answer:

Related questions

8 votes
8 votes
4 answers
1
Arjun asked Feb 18, 2021
8,963 views
Let the representation of a number in base $3$ be $210$. What is the hexadecimal representation of the number?$15$$21$$\text{D}2$$528$
21 votes
21 votes
3 answers
2