here is the answer...

If you have any doubts please COMMENT...
If you understand the answer please give THUMBS UP...
3. Given Hexadecimal Ox3F300000, convert it to decimal number if it is a single precision floating...
Convert the single-precision, IEED 754 floating point number 3C800000 into its decimal equivalent. Convert the single-precision, IEED 754 floating point number BFC0000000000000 into its decimal equivalent.
1. Convert the following decimal numbers in IEEE single-precision format. Give the result as eight hexadecimal digits. a) -69/32 (-69 divide by 32) b) 13.625 2. Convert the following floating IEEE single-precision floating-point numbers from hex to decimal: a) 42E48000 b) C6F00040
2. Convert 0.0003 to single precision floating point and write the final answer to hexadecimal.
[10pts] Convert Binary to Decimal Floating Point. What decimal number is represented by this single precision float? 0xCOB40000 4.
Convert the decimal real number -100.756 to IEEE 754 single precision (32 bit) floating point in hexadecimal representation of the binary value (Hint: consider the field or bit-by-bit structure of an IEEE 754 value to decide which of the choices is correct, without necessarily constructing the full encoding of the value.) 32C98312 42C98312 C2C98312 52C98313
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
Convert decimal number 289.5625, to IEEE 754 single precision floating point. Please show all steps and explain what to do in each step.
1a. convert the following decimal number to 32 bit single precision Floating point binary number and convert that binary number to hexadecimal NUMBER = -134.5 in decimal b. convert the following 32-bit single precision floating point number to decimal: 01000111111100000000000000000000 2. Using Booth's algorithm, multiply the decimal numbers -12 and +13. 3. you have two improvement alternatives, which is better and why? The first one improves 15% of the instructions, and it improves that speed by a factor of 6....
Given a single precision floating point number 8.0, what is the smallest precision floating point number that is bigger than 8.0?
Convert the decimal 0.2 to hexadecimal representation using IEEE 754 single precision format