Represent the decimal value -75.1125 in IEEE 754-1985 double precision. Show your final answer in hex.
Please don't just reply with the answer, I'd like to walk through each step so that I can see how it is done.

-75.1125 in simple binary => 1001011.00011100110011001 so, -75.1125 in normal binary is 1001011.00011100110011001 => 1.00101100011100110011001 * 2^6 single precision: -------------------- sign bit is 1(-ve) exp bits are (127+6=133) => 10000101 frac bits are 00101100011100110011001 so, -75.1125 in single-precision format is 1 10000101 00101100011100110011001 in hexadecimal it is 0xC2963999
Represent the decimal value -75.1125 in IEEE 754-1985 double precision. Show your final answer in hex....
Determine the decimal value that gives 41BA8000 in hex when represented in IEEE 754-1985 single precision. Please show each step, I'd like to see how the process is done so I can learn.
Write down the binary representation of the decimal number 126.5assuming the IEEE 754 double precision format. (Show your steps)
represent -2048.75 in IEEE-754 single precision format. Please show all the details for upvote.
represent +123.375 in IEEE-754 single precision format. Please show all the details for upvote.
5) Converting to IEEE-754 Floating Point express in hex EEL 3801 UCF Consider 0x40100000 to represent a 32-bit floating-point number in IEEE754 single- precision format. What decimal value does it represent? Note: Only the non-fractional quantity “1” is noted in Yellow Font, in accordance with Syllabus page 11. It is required to show ALL incremental steps of the solution: including but not limited to fields, all bit values, bias, and so on.
Convert decimal number 289.5625, to IEEE 754 single precision floating point. Please show all steps and explain what to do in each step.
Please show work for each a-f
2. Convert the following decimal numbers to IEEE-754 hex values. While you can use the online tool to check your answers, you must show how each calculations is done by hand. a) -2 b) 0 c) +16 d) +200 e) -50 f) -5888
4) Converting to IEEE-754 Floating Point express in hex EE 380 Clf" Express the decimal value - 1.9375 ten as IEEE-754 Single Precision Floating Point, or else state “NOT POSSIBLE” if the value cannot be represented (e.g. underflow condition). No credit will be given if your answer is stated in any format besides hexadecimal or “NOT POSSIBLE”, accordingly. Note: Only the non-fractional quantity “1” is noted in Yellow Font, in accordance with Syllabus page 11.
Starting point: 79.125 Find the: The IEEE 754 single-precision floating-point representation of the decimal value. Please write your final answer with spaces between the sign, exponent, and mantissa
SHOW WORK please! Convert the IEEE single-precision floating numbers 44802000 from hex to decimal.