) Explain way multiplication (or division) requires more time compared to addition (or subtraction) in MIPS (and other machine). code example
Example: quotient mips
div $a0, $a1
mfhi $t1 # remainder
mflo $t2 # quotient
div $a0, $a1
mfhi $t1 # remainder
mflo $t2 # quotient