Computer Architecture Spring 2019
Homework No. 4 (Due on May 8)
1. Show the computation step for 0110(multiplicand) * 1011 (multiplier) assuming they are unsigned numbers using the optimized multiplier of Lecture note p. 10. (10)
2. Show the computation step for 1101(dividend) ¡Â 0110 (divisor) assuming they are unsigned numbers. Use restoring algorithm and the optimized divisor of Lecture note p. 17. (15)
3. Repeat Prob. 2 using nonrestoring algorithm. (15)
4. What is the value of the IEEE standard floating-point number of C3F00000? (10)
SungKyunKwan University 1 Hee Yong Youn