Question

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.

Homework Answers

Answer #1

The number given is: 87.32

The binary representation of 87 (in decimal) is: 1010111‬

The binary representation of 0.32 (in decimal) is: 0.01010001111

Therefore,
87.32 = 1010111.01010001111
= 1.01011101010001111 x 2^6

sign = 0

Single Precision:

biased exponent => 127+6 = 133
133 in binary = 10000101
Normalised mantissa =  01011101010001111 (binary digits after the decimal point written in the scientific form)

IEEE 754 Single precision is written in 32 bits where, sign is the first bit, next 8 bits are the exponent and the remaining 23 bits are that of mantissa:

Therefore 87.32 in IEEE 754 Single precision representation is:

0 10000101 01011101010001111000000 -Answer

In hexadecimal it is: 42AEA3C0

_________________________________________________

Feel free to ask any questions in the comments section

Thank You!

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
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.
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit...
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit numbers, each expressed as an 8-digit hex number. Express your answer using decimal scientific notation. (a) (C6500000)16 (b) (31200000)16
Given the following pair of decimal numbers: A = 2.6125 x 101 and B = 4.150390625...
Given the following pair of decimal numbers: A = 2.6125 x 101 and B = 4.150390625 x 10-1 a) Compute the binary representation of both A and B using the IEEE-754 single precision floating- point format. b) Compute A+B in binary using the IEEE-754 single precision floating-point format.
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show...
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show all work A) -15.5625 B) 10.9375
Represent the following decimal numbers using IEEE-754 floating point representation. please show all work i. -0.75...
Represent the following decimal numbers using IEEE-754 floating point representation. please show all work i. -0.75 ii. 0 iii. - infinity iv. 23 v. 10.25
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!
How do you convert a decimal like 4.9219 into binary? (assuming 32-bit IEEE 754 floating point...
How do you convert a decimal like 4.9219 into binary? (assuming 32-bit IEEE 754 floating point format)
Assuming a 5-bit IEEE (754 standard) floating-point format where 1 bit is used for the sign,...
Assuming a 5-bit IEEE (754 standard) floating-point format where 1 bit is used for the sign, 3 bits for the exponent, and 1 bit for the fraction, write the formulas for the exponent E, the significand M, the fraction f, and the value V for the quantities that follow and also describe the bit representation. Please show all steps to receive full credit. The number 5.0 The largest odd integer that can be represented exactly The reciprocal of the smallest...
Convert the number 425.6 to the IEEE-754 32-bit floating point format. Don't use cheet
Convert the number 425.6 to the IEEE-754 32-bit floating point format. Don't use cheet
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:...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT