Question: solve Tutorial 6: Binary number, 2's complement, IEEE754 single precision 10. 11. 12. 13. 14. Convert 145d, 212d, 45d to 8 bit unsigned binary representation.
solve
Tutorial 6: Binary number, 2's complement, IEEE754 single precision 10. 11. 12. 13. 14. Convert 145d, 212d, 45d to 8 bit unsigned binary representation. Convert -1d, -50d, -23d to Sbit signed binary representation (2's complement). Convert 10001111 unsigned binary to decimal. Convert 11001011 signed binary to decimal. Represent the following decimal numbers as Fixed fixed point binary representations: a. 53 b. 10.5 c. 0.825 d. 123.75 Convert the above numbers to IEEE754 single precision format. Perform 10.5 4+ 0.825 in binary floating point, and present the result in hexadecimal of IEEE754 single precision. Show clearly the steps for exponent alignment, Mantissa addition, and post-normalization. Perform 23.75 - 10.5 in binary floating point, and present the result in hexadecimal of IEEE7S4 single precision. Show clearly the steps for exponent alignment, Mantissa addition, and post-normalization. Draw hardware block diagram for floating point addition/subtraction. Perform 10.5 * 0.875 in binary floating point, and present the result in hexadecimal of IEEE?54 single precision. Draw hardware block diagram for floating point multiplication and division. Evaluate the precision and range in Fixed fixed point unsigned binary number representation. Perform 100d + 20d (decimal) in unsigned 8 bit binary number. Perform the following arithmetic using Sbit 2's complement representation. In each case, determine whether the result is correct. a. 100d- 39d b. 100d + 39d c. -100d 4+ 39d d. -100d =-39dStep by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
