Write your answers to the questions below in the provided Markdown template and submit it to Kit.
Consider the following tasks: (1) adding 100 numbers stored in main memory, and (2) adding a number to itself 100 times. Although both tasks require 100 additions, the second would be executed much more quickly than the first would. Why? (Think about the steps you would need to do to program each of these tasks in assembly/machine language.)
(Feel free to review the "K MIPS-ish Assembly Language Reference" on the CPU Simulator page if you want, although you might not find it necessary.)