Search results for floating-point-representation

65 votes
9 answers
1
1 votes
2 answers
6
What is the 16 bits pattern which represent (-13.5) in normalized signed magnitude fraction . S = 1 bit , Exponent = 7 bits , Mantissa = 8 bits . Represent it in hexadeci...
8 votes
4 answers
15
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...
7 votes
3 answers
16
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}$ ...
8 votes
4 answers
18
A computer uses $8$ digit mantissa and $2$ digit exponent. If $a=0.052$ and $b=28E+11$ then $b+a-b$ will :result in an overflow errorresult in an underflow errorbe $0$be ...
1 votes
1 answer
19