Question: -100.1,14,7 -100.1 is the float, use a 14 bit exponent, and a 7-bit significand. 1. a. Convert the integer portion to binary, your choice of
-100.1,14,7 -100.1 is the float, use a 14 bit exponent, and a 7-bit significand.
1. a. Convert the integer portion to binary, your choice of manual calculation.
b.Use shift left (multiply by 2) method to convert fractional portion to binary. You man trucate when sufficient number of bits caculated. c.Show number in binary hybrid form of scientific notation 1.bbbbbbb x 2^y d.Calculate the final biased exponent. e.Show the completed binary floating point number as it will be stored.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
