logo

Crowdly

Given a bit string which represents a real number in IEEE 754 single precicion: ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Given a bit string which represents a real number in IEEE 754 single precicion:

SCCCCCCCCMMMMMMMMMMMMMMMMMMMMMMM

11000000011100000000000000000000

- Mantisa: Sign-Magnitud

S: Bit 31 -sign

M: Bits 22:0 - normalised mantissa (1.M with implicit 1 in the representation)

- Exponent: Excess 127

C: Bits 30:23 - characteristic (exponent represented in excess 127)

The represented value is given by V = (-1)S x 1.M x 2C-127 if it is not a special case.

Determine the represented real value in decimal with at most 5 significative digits (different from 0). For instance use decimal notation with a decimal comma, e.g.  -2,625 or you can also use the scientific notation, e.g. -5,5432e-23.

More questions like this

Want instant access to all verified answers on informatica.cv.uma.es?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!