a) Translate the loop as written above to MIPS instructions. In the implementation, the address of A[i] and B[i] are calculated in the loop. Note that (4 * i) can be computed once and used twice in the loop. Check the condition at the end of the loop (i.e., the branch instruction is at the end of the loop). How many instructions will be executed for the loop?