What is a Pipelining?
Pipelining is a technique for breaking down a sequential process into various sub-operations and executing each sub-operation in its own dedicated segment that runs in parallel with all other segments.
Pipeline Strategy
Instruction pipelining is similar to the use of an assembly line in a manufacturing plant. An assembly line takes advantage of the fact that a product goes through various stages of production. By laying the production process out in an assembly line, products at various stages can be worked on simultaneously.
Design of a Basic Pipeline
- In a pipelined processor, a pipeline has two ends, the input end and the output end. Between these ends, there are multiple stages/segments such that output of one stage is connected to input of next stage and each stage performs a specific operation.
Performance Analysis with Pipeline
Instructions in a pipelined processor:
ETpipeline = k + n – 1 cycles
= (k + n – 1 )Tp
Instructions in a non-pipelined processor:
ETnon-pipeline = n * k * Tp
So, speedup(s) of the pipelined processor over non-pipelined processor
S = Performance of pipelined processor/Performance of non-pipelined processor
S = ETnon-pipeline / ETpipeline
S = [n * k * Tp] / [(k + n – 1) * Tp]
S = [n * k] / [k + n – 1]
<< Previous | Next >>
Must Read: What is Computer Organization and 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 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.
