Question

Question 19 In representing the decimal number 11/8 in IEEE 754 representation, the 8-bit binary value of the exponent plus b
Question 13 In representing the decimal number 11/8 in IEEE 754 representation, the 23-bit binary value of the fraction for s
Question 12 The point in the floating point number is said to be floating because it causes a lot of problems and cant be
Question 14 The binary value of the decimal number 16.125 is 1000.101 10000.001 1111.001 10000.111
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer

19) a.  01111111
13) d.  011 0000 0000 0000 0000 0000
12) b.  it can be placed anywhere in the number...
14) b.  10000.001
Converting 16.125 to binary
Convert decimal part first, then the fractional part
> First convert 16 to binary
Divide 16 successively by 2 until the quotient is 0
   > 16/2 = 8, remainder is 0
   > 8/2 = 4, remainder is 0
   > 4/2 = 2, remainder is 0
   > 2/2 = 1, remainder is 0
   > 1/2 = 0, remainder is 1
Read remainders from the bottom to top as 10000
So, 16 of decimal is 10000 in binary
> Now, Convert 0.12500000 to binary
   > Multiply 0.12500000 with 2. Since 0.25000000 is < 1. then add 0 to result
   > Multiply 0.25000000 with 2. Since 0.50000000 is < 1. then add 0 to result
   > Multiply 0.50000000 with 2. Since 1.00000000 is >= 1. then add 1 to result
   > This is equal to 1, so, stop calculating
0.125 of decimal is .001 in binary
so, 16.125 in binary is 10000.001


\color{blue}Please\;let\;me\;know\;if\;you\;have\;any\;doubts\\ Please\;upvote\;this\;answer.\;\;Thanks!!

Add a comment
Know the answer?
Add Answer to:
Question 19 In representing the decimal number 11/8 in IEEE 754 representation, the 8-bit binary value...
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