Quiz submission record for quiz3-1-2 at Mon Jul 5 19:22:03 2004: Your Answer for Question 1: Two MIPS instructions cannot have the same bit pattern if they do not preform the same operation. Firstly, each instruction has an opcode which tells you whether the instruction is in R, I, or J format. A j aor a jal might jump to the same address but a j will have a 2 in its opcode and a jal will have a 3. Each bit is significant to the instruction. Therefore, you will never have two bit patterns that mean the same. Your Answer for Question 2: The "There" address might be really far from the "Here" address. This means to do this the brach address might be loaded in two step instead of one Your unique submission ID is quiz3-1-2-cs61c-ap-1089080523-2975.