Question 1: Do the given multiplication of two 4-bit numbers (the leftmost bit is sign bit) by using the refined version of the multiplication hardware, and use decimal arithmetic to verify your results.
Part 1: 01102 (multiplicand) x 10012 (multiplier)
Part 2: 01102 (multiplicand) x 01112 (multiplier)
Question 2: Do the given division of two 4-bit numbers by using the improved version of the division hardware:
Dividing 000010112 by 00112
You have to use decimal arithmetic to verify your results.