edited by
4,140 views
3 votes
3 votes

The range of representable normalized numbers in the floating point binary fractional representation in a $32$-bit word with $1$-bit sign, $8$-bit excess $128$ biased exponent and $23$-bit mantissa is :

  1. $2^{-128}$ to $(1-2^{-23}) \times 2^{127}$
  2. $(1-2^{-23}) \times 2^{-127}$ to $2^{128}$
  3. $(1-2^{-23}) \times 2^{-127}$ to $2^{23}$
  4. $2^{-129}$ to $(1-2^{-23}) \times 2^{127}$
edited by

2 Answers

1 votes
1 votes

The range of representable normalized numbers in the floating point binary fractional representation in a 32-bit word :

bais = 2n-1 = 28-1 = 128

Number 1 in normalized format =  0.0000000....23times = 20-128 = 2-128

Maximum Number  1111111..22 times = 0.111111...23 times = (1- 2-23 ) * (2255-128) = (1- 2-23 ) * (2127)

Answer:

Related questions

3 votes
3 votes
2 answers
1
2 votes
2 votes
5 answers
3
makhdoom ghaya asked Jul 18, 2016
4,031 views
The $\text{BCD}$ adder to add two decimal digits needs minimum of$6$ full adders and $2$ half adders$5$ full adders and $3$ half adders$4$ full adders and $3$ half adders...
2 votes
2 votes
1 answer
4
makhdoom ghaya asked Jul 24, 2016
1,599 views
Match the following $:$ $\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Call Control protocol} &\text{i.} & \text{Interface b...