go to previous page   go to home page   go to next page

What is the mantissa when the entire float is zero?

Answer:

Zero.

Exponent Practice

The sign bit is zero when the number is zero. A floating point zero consists of 32 zero bits. The MIPS instructions that test for integer zero can test for floating point zero.

In the following chart, first convert the actual exponent to a biased exponent, then write the biased exponent as an eight bit binary.

Biased 127 Exponent
actual exponent biased exponent
(in decimal)
eight bit exponent
0
1
10
-10
127
-126


QUESTION 16:

How is the exponent -127 represented?