459 views
0 votes
0 votes
Sign bit (1 bit) Exponent (5 bit)

Mantissa (9 bit) (normalized form)

Numbers in the exponent are in two's complement form. Smallest positive number this machine can represent.

i.) 0 11111 100000000

ii.) 0 00000 100000000

iii.) 0 00000 000000001

iv.) 0 10000 100000000

(or any other option you should provide me because I think this options are not correct  )

2 Answers

0 votes
0 votes

Option iii is right.

0 votes
0 votes

Here exponent is in 2's complement form so smallest exponent possible with 5 bits is -2^4 that is -16(10000 in 2's complement).

and mantissa is normalized that means 1.M format so we can mantissa bits to 0.

so number will look like 0  10000 000000000 .

Related questions

1 votes
1 votes
1 answer
1
Anuj1995 asked Aug 4, 2018
524 views
Assuming 6-bit 2's complement binary representation the largest number that can be subtracted from (-15) without causing overflow is?
0 votes
0 votes
0 answers
2
Anuj1995 asked Aug 4, 2018
223 views
Let FP be the number of distinct numbers that can be represented in 4-byte IEEE floating point and UI be the number of distinct numbers that can be represented as unsigne...
1 votes
1 votes
1 answer
3
Anuj1995 asked Aug 4, 2018
638 views
For a floating point representation with 64 bits in the mantissa and $12$ bits in the unbiased exponent, the number of significant digits in decimal and the maximum (posi...