Computer Science & Information TechnologyComputer Organization and Architecture

What is Pipeline Hazards and its types?

Pipeline hazards occur when instructions rely on the outcomes of previous instructions that have not yet completed their execution.

Structural Hazard

A structural hazard occurs when two (or more) instructions that are already in the pipeline need the same resource. The result is that the instructions must be executed in serial rather than parallel for a portion of the pipeline.

Data Hazard

It occur when an instruction depends on the result of a previous instruction still in the pipeline, which result has not yet been computed. When two different instructions use the same storage location It must appear as if they executed in sequential order.

Control Hazard

It can result from branch instructions. The branch target address might not be ready in time for the branch to be taken, which results in stalls (dead segments) in the pipeline that have to be inserted as local wait events, until processing can resume after the branch target is executed.

<< Previous | Next >>
Must Read: What is Computer Organization and Architecture?

 

Check More Links:
1. What is program interrupt? 2. What do you mean by addressing mode?
3. Logical address space and physical address space 4. Types of CPU Scheduling
5. What is the function of control unit? 6. I/O module in computer architecture
7. Floating point representation in computer architecture 8. Flynn’s classification in computer architecture

 

Dear Aspirants,
Your preparation for GATE, ESE, PSUs, and AE/JE is now smarter than ever — thanks to the MADE EASY YouTube channel.
This is not just a channel, but a complete strategy for success, where you get toppers strategies, PYQ–GTQ discussions, current affairs updates, and important job-related information, all delivered by the country’s best teachers and industry experts.
If you also want to stay one step ahead in the race to success, subscribe to MADE EASY on YouTube and stay connected with us on social media.
MADE EASY — where preparation happens with confidence.

MADE EASY

MADE EASY is a well-organized institute, complete in all aspects, and provides quality guidance for both written and personality tests. MADE EASY has produced top-ranked students in ESE, GATE, and various public sector exams. The publishing team regularly writes exam-related blogs based on conversations with the faculty, helping students prepare effectively for their exams.

Leave a Reply

Your email address will not be published. Required fields are marked *