Math Problem Statement

Consider the following floating-point number. The mantissa is written in binary, but the 2 and the exponent are in decimal.

0.0000011001100 * 20

If this value is converted to IEEE single precision floating point formate (i.e., a float on the common platform), what binary value will be stored in the exponent field? Remember that the value will be normalized before it is stored.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Floating Point Representation
Binary Conversion
IEEE 754 Standard

Formulas

Normalized form: 1.mantissa * 2^exponent
Biased exponent: actual exponent + 127

Theorems

IEEE 754 Floating Point Standard

Suitable Grade Level

College level