Which instruction is classified as a program control instruction in computer…
2025
Which instruction is classified as a program control instruction in computer architecture?
- A.
MUL
- B.
MOV
- C.
ADD
- D.
JMP
Attempted by 71 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.