

McqMate
Q. |
The instruction JG loop does |
A. | jumps to the memory location loop if the result of the most recent arithmetic op is even |
B. | jumps to the memory location loop if the result of the most recent arithmetic op is greater than 0 |
C. | jumps to the memory location loop if the test condition is satisfied with the value of loop |
D. | none of the mentioned |
Answer» B. jumps to the memory location loop if the result of the most recent arithmetic op is greater than 0 | |
Explanation: this instruction is used to cause a branch based on the outcome of the arithmetic operation. |
View all MCQs in
Computer ArchitectureNo comments yet