Due date: On or before Monday, March 25, 2024
Absolutely no copying others’ works
Name: ___________________________
Upload the completed homework to the section of “COVID-19 Exams, Homeworks, & Programming Exercises” of Blackboard.
There are four algorithms discussed totally for multiplication and division.
Make sure you are using the correct ones for the following two questions.
The purpose of homeworks is for students to practice for the exams without others’ help, so the penalty of mistakes will be minor.
Without practicing for the exams properly, students will not be able to do well on the exams.
(Sequential/first-version multiplication: 50%) Using a table similar to that shown in the Slide 8.5, calculate the product of the octal unsigned 6-bit integers 738 (or 1110112) and 358 (or 0111012) using the hardware and algorithm described in the figures of Slide 8.5.
You should show the contents of each register on each step.
(Refined division: 50%) Using a table similar to that shown in the Slide 8.11, calculate the octal unsigned 6-bit integer 758 (or 1111012) divided by another octal unsigned 6-bit integer 138 (or 0010112) using the hardware and algorithm described in the figures of Slide 8.11.
You should show the contents of each register on each step. †Note that you have to actually show the differences in the procedures, not just the signs.