Question

Please convert -3.825 to a Hexadecimal using IEEE-754 single precision format. Please show all the steps...

Please convert -3.825 to a Hexadecimal using IEEE-754 single precision format.

Please show all the steps in text format or don't answer it.

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

-3.825 in simple binary => 11.11010011001100110011001100110011001100110011001101
so, -3.825 in normal binary is 11.11010011001100110011001100110011001100110011001101 => 1.111010011001100110011 * 2^1

single precision:
--------------------
sign bit is 1(-ve)
exp bits are (127+1=128) => 10000000
frac bits are 11101001100110011001100

so, -3.825 in single-precision format is 1 10000000 11101001100110011001100
in hexadecimal it is 0xC074CCCC


Add a comment
Know the answer?
Add Answer to:
Please convert -3.825 to a Hexadecimal using IEEE-754 single precision format. Please show all the steps...
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