Question 1: What register in the program is used to determine the number of loop the instruction "bne loop" will encounter?
Question 2: On what condition do "bne loop" exit from the loop?
Question 3: What is the register that accumulates the sum of the number stored in array List?
Question 4: What is the register used to point to the data in List?
Question 5: Give the scenario when you would use single-step, break-point or just Run the Program.