Question

Convert the IEEE 754 single-precision floating-point number 8000000F16 to binary expressed in normalized scientific notation. Hint...

Convert the IEEE 754 single-precision floating-point number 8000000F16 to binary expressed in normalized scientific notation. Hint 8000000F16 is a denormalized number.

Please show steps.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The IEEE 754 hexadecimal format is 8000000F16

Convert to binary.

816 = 1000

F16 = 1111

The IEEE 754 binary format is 1 00000000 00000000000000000001111.

sign = 1 so number is negative.

IEEE Exponent = (00000000)2

= 0

Exponent = IEEE Exponent - Bias

Here Bias is 127.

Exponent = 0-127 = -127

Fraction = 00000000000000000001111

The normalized binary number is (-1)sign * 1.fraction * 2Exponent

=(-1)1 *1.00000000000000000001111 * 2 -127

The normalized binary number is -1.00000000000000000001111 * 2 -127

Add a comment
Know the answer?
Add Answer to:
Convert the IEEE 754 single-precision floating-point number 8000000F16 to binary expressed in normalized scientific notation. Hint...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT