Back to Questions
CSS Computer Science
QUESTION #1133
Question 1
When do data hazards occur in a pipeline?
Correct Answer Explanation
Data hazards happen when the pipeline changes the timing or order of operand access, leading to an instruction attempting to use data before it is updated by a previous instruction.
Sign in to join the conversation and share your thoughts.
Log In to Comment