Question

Show how each of the following floating-point values would be stored for -127.625 using IEEE-754 single...

Show how each of the following floating-point values would be stored for -127.625 using IEEE-754 single precision be sure to indicate the sign bit, the exponent, and the significand fields

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

-127.625 in simple binary => 1111111.101
so, -127.625 in normal binary is 1111111.101 => 1.11111110100000000000000 * 2^6

single precision:
--------------------
sign bit is 1(-ve)
exp bits are (127+6=133) => 10000101
frac bits are 11111110100000000000000

so, -127.625 in single-precision format is 1 10000101 11111110100000000000000
in hexadecimal it is 0xC2FF4000

Add a comment
Know the answer?
Add Answer to:
Show how each of the following floating-point values would be stored for -127.625 using IEEE-754 single...
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