logo

Crowdly

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

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

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

SCCCCCCCCMMMMMMMMMMMMMMMMMMMMMMM

01111110110100000000000000000000

- 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 20: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.

Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на informatica.cv.uma.es?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!