Solution
(a)
0110. 0010 1000 1111 0101 1100 0010 1000 1111 0101 1100 …...
01.10 0010 1000 1111 0101 1100 0010 1000 1111 0101 1100 * 22
Fraction =
10 0010 1000 1111 0101 1100 0010 1000 1111 0101 1100
Exponent =
2+127
= 129
We already know it is positive the sign bit is zero(0)
The bit pattern=
01000 0001 10 0010 1000 1111 0101 1100 0010 1000 1111 0101 1100
---
(b)
Sign bit: 0
Exponent: 125 - 127 = -2
Fraction: 01100000000000000000000
= (+1)* (2^(125-127))*(1.001)2
= (+1)*(0.25)*(0.125)
= 0.03125
---
all the best
5, [points] This problem covers floating-point IEEE format. (a) Assuming single precision IEEE 754 format, what...
This problem covers floating-point IEEE format. (a) Assuming single precision IEEE 754 format, what is the binary pattern for decimal number -6.16? (b) Assuming single precision IEEE 754 format, what decimal number is represented by this word: 0 01111100 01100000000000000000000 (Hint: remember to use the biased form of the exponent.)
(2 pts) Express the base 10 numbers 16.75 in IEEE 754 single-precision floating point format. Express your answer in hexadecimal. Hint: IEEE 754 single-precision floating-point format consists of one sign bit 8 biased exponent bits, and 23 fraction bits) Note:You should show all the steps to receive full credits) 6.7510 Type here to search
Assuming IEEE 754 single-precision floating-point number representation, calculate the floating point number the following bit pattern represent. Show your work to get credit. 1100 0001 0110 0000 0000 0000 0000 0000
Assuming IEEE 754 single-precision floating-point number representation, calculate the floating point number the following bit pattern represent. Show your work to get credit. 1 100 0001 0110 0000 0000 0000 0000 0000
1 please
IEEE-754 Floating point conversions problems (assume 32 bit machine): 1. For IEEE 754 single-precision floating point, write the hexadecimal representation for the following decimal values: a. 27.1015625 b.-1 2. For IEEE 754 single-precision floating point, what is the decimal number, whose hexadecimal representation is the following? a. 4280 0000 b. 7FE4 0000 c. 0061 0000 3. For IEEE-754 single-precision floating point practice the following problem: Suppose X and Y are representing single precision numbers as follows: X 0100...
Assuming single precision IEEE 754 format, what decimal number is represent by the following 32-bit binary word? 1 10000000 01100000000000000000000
Assuming IEEE 754 single-precision floating-point number representation, calculate the floating point number the following bit pattern represent. Show your work to get credit. 1100 0000 0011 0000 0000 0000 0000 0000
Assuming IEEE 754 single-precision floating-point number representation, calculate the floating point number the following bit pattern represent. Show your work to get credit. 1100 0000 0011 0000 0000 0000 0000 0000
Assuming IEEE 754 single-precision floating-point number representation, calculate the floating point number the following bit pattern represent. Show your work to get credit. 1100 0000 0011 0000 0000 0000 0000 0000
P8 (12 points): Convert the following numbers from IEEE 754 Single- Precision Floating Point format to decimal. Note that each number is given in hexadecimal. You may leave the result as a fraction. A: BF00000016 B: 4208000016 C: BD60000016