194 views
4 4 votes

In a $16$-bit floating-point format, $1$ bit is for the sign, $6$ bits are for the exponent $($excess-$31$ bias$)$, and $9$ bits are for the fractional mantissa (normalized). What is the decimal value of the bit pattern $0~100001~101000000$?

  1. $1.625 \times 2^2$
     
  2. $1.625 \times 2^{-2}$
     
  3. $6.5$
     
  4. $3.25$

1 Answer

2 2 votes

The bit pattern is $0~100001~101000000 .$

Sign $(S): 0 \Longrightarrow$ Positive.

Exponent $(E): 100001$ in binary is $32+1=33$.

  • The bias is $31$.
     
  • True Exponent $e=E$ - Bias $=33-31=2$.
     

Mantissa $(M): 101 \ldots$ represents $1.101$ in binary

  • Value $=1+\left(1 \times 2^{-1}\right)+\left(0 \times 2^{-2}\right)+\left(1 \times 2^{-3}\right)=1+0.5+0.125=1.625$.

Final Value: $+1.625 \times 2^2=1.625 \times 4=\mathbf{6 . 5}$.

Answer:
Position:
Show:

Related questions

4 4 votes
1 1 answer
283
283 views
GO Classes asked Feb 20
283 views
Consider a $4$-to-$16$ line decoder with active-low outputs. To implement a logic function that is the NAND of inputs $X_1, X_2, X_3, X_4$, which of the following is requ...
4 4 votes
1 1 answer
188
188 views
GO Classes asked Feb 20
188 views
A $3$-bit ripple counter is constructed using T flip-flops. If the propagation delay of each flipflop is $20$ ns , what is the maximum clock frequency at which the counte...
5 5 votes
2 2 answers
214
214 views
GO Classes asked Feb 20
214 views
What is the minimum number of $2$-to-$1$ Multiplexers required to implement a $2$-input XOR gate?$1$ $2$ $3$ $4$
6 6 votes
2 2 answers
239
239 views
GO Classes asked Feb 20
239 views
A Boolean function $F(A, B, C, D)=\sum m(0,1,2,5,8,9,10)$ is given. Which of the following represents the most simplified Sum of Products (SOP) form?$\bar{B} \bar{D}+\bar...