Home MCQs CSS Computer Science Question #1133
Back to Questions
CSS Computer Science QUESTION #1133
Question 1
When do data hazards occur in a pipeline?
  • During performance loss
  • When pipeline changes the order of read/write access to operands✔️
  • When a unit is not fully pipelined
  • When machine size is limited
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.