In: Computer Science
Convert 0.875 to an IEEE 754 single-precision floating-point number. Show the sign bit, the exponent, and the fraction.
Convert -3.875 to an IEEE 754 double-precision floating-point number. Show the sign bit, the exponent, and the fraction
Convert the IEEE 754 single-precision floating-point numbers 42E4800016 and 0080000016 to their corresponding decimal numbers.
0.875 = 00111111011000000000000000000000 = 0x3f600000
-3.875 = 11000000011110000000000000000000 = 0xc0780000
0x42e48000 = 114.25
0x00800000 = 1.17549435E-38