Advanced Assembly Language
Q68 / 100

What is the Tomasulo algorithm?

Correct! Well done.

Incorrect.

The correct answer is B) A hardware algorithm for out-of-order execution using register renaming and reservation stations to eliminate false data hazards

B

Correct Answer

A hardware algorithm for out-of-order execution using register renaming and reservation stations to eliminate false data hazards

Explanation

Tomasulo's algorithm renames registers to physical registers, eliminating WAR and WAW hazards, allowing independent instructions to execute freely out of order.

Progress
68/100