please explain comment out your steps
Find the IEEE-754 single binary representation in hexadecimal of 78.7510.
a. 429D8000 b. 42498000 c. 42589000 d. 42489000
78.75 in simple binary => 1001110.11 so, 78.75 in normal binary is 1001110.11 => 1.00111011 * 2^6 single precision: -------------------- sign bit is 0(+ve) exp bits are (127+6=133) => 10000101 frac bits are 00111011000000000000000 so, 78.75 in single-precision format is 0 10000101 00111011000000000000000 in hexadecimal it is 0x429D8000
Answer: a. 429D8000
please explain comment out your steps Find the IEEE-754 single binary representation in hexadecimal of 78.7510....
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...
For IEEE 754 single precision floating point, write the hexadecimal representation for 1.0 Show your work
Write down the binary representation of the decimal number 126.5 assuming the IEEE 754 single precision format. (Show your steps)
Convert the decimal 0.2 to hexadecimal representation using IEEE 754 single precision format
Please convert -3.825 to a Hexadecimal using IEEE-754 single precision format. Please show all the steps in text format or don't answer it.
For IEEE 754 single precision floating point, what is the number, as written in binary scientific notation, whose hexadecimal representation is the following? Show your work B350 0000 (hex)
53. For IEEE 754 single precision floating point, what is the number, as written in binary scientific notation, whose hexadecimal representation is the following? *(a) 4280 0000 (b) B350 0000 (c) 0061 0000 (d) FF80 0000 (e) 7FE4 0000 (f) 8000 0000
Consider the following 32 bit binary representation of the value using IEEE 754 single precision floating point representation. Show the corresponding signed number in decimal. 01000001001010100000000000000000
Write down the binary representation of the decimal number 126.5assuming the IEEE 754 double precision format. (Show your steps)
2.Convert the following binary numbers to floating-point format using single-precision IEEE 754 format. Convert your answer to hexadecimal format. a) 11001.0101 b) -101.111101 c) -0.0101001