Which instruction is classified as a program control instruction in computer…
2025
Which instruction is classified as a program control instruction in computer architecture?
Answer: D. JMP — Program control instructions are used to alter the flow of execution in a program. The JMP instruction transfers execution to a different memory location,…
- A.
MUL
- B.
MOV
- C.
ADD
- D.
JMP
Attempted by 233 students.
Show answer & explanation
Correct answer: D
Program control instructions are used to alter the flow of execution in a program. The JMP instruction transfers execution to a different memory location, enabling loops, conditional branching, and function control. Therefore, it is classified as a program control instruction.
Loading lesson…