What is the term for the technique of executing instructions speculatively, before the branch outcome is known?
Q1. What is the term for the technique of executing instructions speculatively, before the branch outcome is known?
Answer: Speculative Execution
Explanation: Speculative Execution executes instructions before the branch outcome is known, improving instruction-level parallelism.