Question: Assume that the above sequence is executed by a 10 MHz MIPS processor. The processor can process one instruction per cycle. What is the execution
Assume that the above sequence is executed by a 10 MHz MIPS processor. The processor can process one instruction per cycle. What is the execution time of the above sequence?
Given the following MIPS sequence: addi$t1,$zero,10add$t2,$zero,$zero FindMean: addi $t1,$t1,1 addi$t2,$t2,1 beq $t1, \$t2, Exit j FindMean Exit: Assume that the above sequence is executed by a 10MHzMIPS processor. The processor can process one instruction per cycle. What is the execution time of the above sequence? A. All other answers are wrong B. 2.2s C. 2.1s D. 2.0s
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
