Question

In: Computer Science

Represent (10.375)10 as single precision IEEE 754, show all the steps

Represent (10.375)10 as single precision IEEE 754, show all the steps

Solutions

Expert Solution

Steps involved in converting (10.375)10 to single precision IEEE 754 is.

Step1:

find binary value of 10.375

10.375 in binary is  1010.011

Step2:

Represent the above binary number as the following

= 1.010011 x 103

Step3:

sign = 0 since it is positive

Step4:

Now calculate the biased exponent to get the biased exponent add 127 with the power of 10 from step.

biased exponent = 127 + 3 = 130

Step5:

Represent the biased exponent in binary

130 in binary is 10000010

Step6:

Normalised mantissa is the binary of the value after decimal point from step2.

Normalised mantissa = 010011

We will add 0's to the right of the normalised mantissa to get the decimal point.

Therefore the following is our representation in IEEE754 single precision

IEEE754 single precision is = 01000001001001100000000000000000

0 10000010 01001100000000000000000

Here

highlighted in red is sign

highlighted in blue is exponent

highlighted in green is mantissa

(If you still have any doubt regarding this quesion please comment I will definitely help)


Related Solutions

6 – Assuming single precision IEEE 754 format, what decimal number is represent by the following...
6 – Assuming single precision IEEE 754 format, what decimal number is represent by the following 32-bit binary word? 1 10001000 10010000000000000000000
Show the IEEE 754 binary representation of the number -0.25(subscript)ten in single and double precision. List...
Show the IEEE 754 binary representation of the number -0.25(subscript)ten in single and double precision. List all the steps required to get the single and double precision.
1. Convert 5.5 to hexadecimal notation using IEEE 754 single precision. Please show your work and...
1. Convert 5.5 to hexadecimal notation using IEEE 754 single precision. Please show your work and answer must be in hexadecimal notation. 2. (4 points) Convert -7.875 to hexadecimal notation using IEEE 754 single precision. Please show your work and answer must be in hexadecimal notation.
Convert 0xCD001234 from IEEE-754 hexadecimal to single-precision floating point format. Please show every single detail for...
Convert 0xCD001234 from IEEE-754 hexadecimal to single-precision floating point format. Please show every single detail for upvote. Please do not answer otherwise.
convert -549.675 to IEEE-754 single precision and double precision both. Need a lot of explanation. (Atleast...
convert -549.675 to IEEE-754 single precision and double precision both. Need a lot of explanation. (Atleast 1000 words)
convert -47.199 to IEEE-754 single precision and double precision both. Need a lot of explanation. (Atleast...
convert -47.199 to IEEE-754 single precision and double precision both. Need a lot of explanation. (Atleast 1000 words)
convert -4972.67 to IEEE-754 single precision and double precision both. Need a lot of explanation. (Atleast...
convert -4972.67 to IEEE-754 single precision and double precision both. Need a lot of explanation. (Atleast 1000 words)
Express the following two base 10 numbers in binary using the IEEE 754 single-precision floating point...
Express the following two base 10 numbers in binary using the IEEE 754 single-precision floating point format (i.e., 32 bits). Express your final answer in hexadecimal (e.g., 32’h????????). a) 68.3125 b) -19.675
Convert 1101.11011101 x 223 to IEEE Standard 754 for single-precision floating-point binary format. Convert the IEEE...
Convert 1101.11011101 x 223 to IEEE Standard 754 for single-precision floating-point binary format. Convert the IEEE Standard 754 number 11001010100011010101000000000000 to its decimal equivalent.
For IEEE 754 single-precision floating point, what is the hexadecimal representation of 27.101562? A. 35CCD001 B....
For IEEE 754 single-precision floating point, what is the hexadecimal representation of 27.101562? A. 35CCD001 B. 2F5C10D0 C. 41D8D000 D. 7DCA1111 E. None of the above
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT