edited by
694 views
3 votes
3 votes

Consider a $7$-bit floating-point representation with $3$ bits for the excess-$3$ exponent and $3$ bits for the mantissa represented in normalized form.

Then $0.375_{(10)}$ will be represented in this $7$-bit representation as _______.

  1. $0010011$
  2. $0001100$
  3. $0001101$  
  4. $0001010$
edited by

1 Answer

Best answer
2 votes
2 votes

Usually in IEEE representation we consider only normalised form but if told in the question to consider non normalised form then only we shouldn't normalise it .

Here in this question to represent into 7-bit floating-point representation we use Normalized form.

The reason why we should consider only normalised form is we only represent +-1.M*2 , we don't represent number before precision point ....so it assumes 1 is represented by default.

In this question you need to represent that 0.375 base 10 to that   7-bit floating-point representation only .

selected by
Answer:

Related questions

2 votes
2 votes
1 answer
1
Bikram asked Nov 26, 2016
961 views
The excess $3$ code of decimal number $26$ is:$0100 1001$$01011001$$1000 1001$$01001101$
3 votes
3 votes
1 answer
2
Bikram asked Nov 26, 2016
289 views
$1$’s complement representation of decimal number of -$17$ by using $8$ bit representation is:$1110 \ 1110$$1101 \ 1101$$1100 \ 1100$$0001 \ 0001$
3 votes
3 votes
1 answer
3
Bikram asked Nov 26, 2016
2,960 views
If signed numbers are used in binary arithmetic, then which one of the following notations would have unique representation for zero?Sign-magnitude$1$’s complement$2$�...