
Shwetha K. answered 06/19/23
Electrical Engineering student at California Institute of Technology
To convert from binary to decimal, multiply each digit in 0.0000111 by its place value. In this case, the decimal equivalent is 2^-5 + 2^-6 + 2^-7. We store the "-5", or the exponent corresponding to the MSB (which you found in Question 10), as a biased exponent, because it is signed. In order to account for the sign, add 127 to -5 according to the IEEE standard. Then, the biased exponent expressed as a decimal is 122.