Exam-style question
Try this first
Which operation changes the next instruction to be executed without first testing a condition?.
- A.Conditional branch
- B.Compare
- C.Unconditional branch
- D.Store
Model answer
What a good answer should say
- Unconditional branch
Explanation
Why this works
An unconditional branch always transfers control to the specified target. A conditional branch transfers control only when its condition is satisfied.
Common mistake
No common mistake is linked to this question yet.
