Question

Determine the single precision and double precision machine representation of -200.0625 Single__________________(16) Double__________________(16) Would you please...

Determine the single precision and double precision machine representation of -200.0625

Single__________________(16)

Double__________________(16)

Would you please show me the steps.

Thank you!

Homework Answers

Answer #1
-200.0625 in simple binary => 11001000.0001
so, -200.0625 in normal binary is 11001000.0001 => 1.10010000001 * 2^7

single precision:
--------------------
sign bit is 1(-ve)
exp bits are (127+7=134) => 10000110
frac bits are 10010000001000000000000

so, -200.0625 in single-precision format is 1 10000110 10010000001000000000000
in hexadecimal it is 0xC3481000

double precision:
--------------------
sign bit is 1(-ve)
exp bits are (1023+7=1030) => 10000000110
frac bits are 1001000000100000000000000000000000000000000000000000

so, -200.0625 in double-precision format is 1 10000000110 1001000000100000000000000000000000000000000000000000
in hexadecimal it is 0xC069020000000000

single: 0xC3481000
double: 0xC069020000000000
Know the answer?
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
Similar Questions
Determine the single precision 32-bit representation of: 2-30 Please show all steps and all work, I'm...
Determine the single precision 32-bit representation of: 2-30 Please show all steps and all work, I'm having trouble figuring out how to do this
1. Find the binary floating-point representation and the machine representation in IEEE double precision format for...
1. Find the binary floating-point representation and the machine representation in IEEE double precision format for the number 12.70 by hand. Show the complete working of this problem
Find the single-precision IEEE 754 representation of 0.752. Please show all work/steps.
Find the single-precision IEEE 754 representation of 0.752. Please show all work/steps.
a) What is the binary representation of 35.625 assuming IEEE754 single precision? b) What is the...
a) What is the binary representation of 35.625 assuming IEEE754 single precision? b) What is the binary representation of 35.625 assuming IEEE754 double precision?
Determine the decimal representation for 87.32 using the IEEE 754 single-precision format. (5 marks)
Determine the decimal representation for 87.32 using the IEEE 754 single-precision format.
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must...
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must be in HEX. SHOW WORK PLEASE. 2. Given Hexadecimal 0x3F300000, convert it to decimal number if it is a single precision floating point number. SHOW WORK PLEASE.
Find the internal representation of the following decimal number in the Single Precision Floating Point format...
Find the internal representation of the following decimal number in the Single Precision Floating Point format of the value: -17.6 Non-terminating fractions should be carried out 6 places. You will show the different steps involved in this transformation by filling out the fields below. The value 17 in binary is ___ 2 (no leading or trailing zeroes). The value .6 in binary is ____ 2 (complete to 6 places) Normalized fraction: 1.____ 2 x 2Exponent. Exponent=_____. Biased Exponent in Binary:...
Using R programming, write a program to compute the Machine epsilon in single precision(32 bits) and...
Using R programming, write a program to compute the Machine epsilon in single precision(32 bits) and double precision(64 bits). Follow programming guidelines.
Using IEEE 754 representation for single precision floating point, give the 32-bit binary encoding for the...
Using IEEE 754 representation for single precision floating point, give the 32-bit binary encoding for the numbers below. Show the sign, exponent, and mantissa (significand). a. -2.40625 b. 11.2265625
Convert the following binary floating point number 100101.1001010101 using IEEE-756 single precision representation Plz show work,...
Convert the following binary floating point number 100101.1001010101 using IEEE-756 single precision representation Plz show work, thanks!
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT