Most asked questions"> Most asked questions"> Most asked questions">
<aside> ✨
Pipeline (Instruction Pipelining) — clean, exam-ready notes (RGPV • 7–8 marks)
</aside>
<callout icon="⭐">Most asked questions
</callout>
<aside> 🎯
Key idea: Pipelining improves throughput (instructions/time), not the latency of a single instruction.
</aside>
CPU finishes one instruction completely and then starts the next.
CPU starts the next instruction before the previous one is fully finished.
So multiple instructions are in different stages at the same time, improving overall performance.
Pipeline is a technique in which the execution of an instruction is divided into multiple stages, and different instructions are processed simultaneously in different stages.
Important points