in CO and Architecture retagged by
677 views
0 votes
0 votes

Consider the following IEEE single precision format

A fractional number X is stored as (80700000)16. The decimal equivalent of X is ______.

 

 

in CO and Architecture retagged by
677 views

4 Comments

1
1
But fraction part doesn't contain all zeros.so it is not -0. It is a denormalized number which is -0.875*2^-126
1
1
It should be -127 or -126?
1
1

1 Answer

0 votes
0 votes

Acc to single precision format as E=0, M ~=0 then use fraction form:

here we have convert the number to base 2 using 4 digits because of base 8.

Now first 1 bit is sign bit and next 8 bits are Exponent and remaining bits are M.

You can convert fraction number to decimal (0.875).