Answer from cs61c-ev (Roland Carlos 16583196) for Question 2 Since it is sometimes difficult to associate the correct exception with the correct instruction, some computers relax that requirement in noncritical cases. This is known as imprecise exceptions. A machine with imprecise exceptions may give the EPC an address and leave it up to the operating system to figure out which instruction actually caused the problem.