πŸ“Š Computer Architecture
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
πŸ’¬ Discuss
βœ… Correct 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.


Explanation by: Mr. Dubey
this instruction is used to cause a branch based on the outcome of the arithmetic operation.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
743
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate