b. [10 pts] Convert the following single precision floating point Hex representation into decimal number using IEEE 754 standard Show your work for partial credit 0x41AA0000 Show transcribed image text b. [10 pts] Convert the following single precision floating point Hex representation into decimal number using IEEE 754 standard Show your work for partial credit 0x41AA0000
Answer
0x41AA0000
0 10000011 01010100000000000000000
sign bit is 0(+ve)
exp bits are 10000011 => in decimal it is 131
so, exponent/bias is 131-127 = 4
frac bits
OR
OR