Answer from cs61c-an (Ben Weil 16819970) for Question 1 The more simple the ISA requires less hardware and makes each part more reusable. For example, using the same ALU for slt, add, sub. This makes operations take less time since it must wait for clock cycles anyway to read and write data.