✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given a bit string which represents a real number in IEEE 754 single precicion:
SCCCCCCCCMMMMMMMMMMMMMMMMMMMMMMM
11000000011100000000000000000000- Mantisa: Sign-Magnitud S: Bit 31 -signM: Bits 22:0 - normalised mantissa (1.M with implicit 1 in the representation)- Exponent: Excess 127C: 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.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!