engineering computer science MCQ #250

In a pipelined processor, what is the term for a situation where an instruction depends on the result of a previous instruction?

engineering computer science MCQ #250

  1. Question 1

    Q1. In a pipelined processor, what is the term for a situation where an instruction depends on the result of a previous instruction?

    • A) Pipeline stall
    • B) Pipeline flush
    • C) Data hazard
    • D) Control hazard

    Answer: Data hazard

    Explanation: Data hazard occurs when an instruction relies on the outcome of a preceding instruction, potentially causing pipeline stalls.