MIPS tells how many million instructions a CPU executes per second.
It depends on clock speed and CPI Cycles Per Instruction.
BGT Instruction Branch if Greater Than
Branches to a label if the value in one register is greater than another register.
It is used for conditional decision making , like if-else in programs.
Syntax
BGT R1, R2, LABEL
If R1 is greater than R2, jump to LABEL