What is pipelining in computer science
A) A method for cleaning computer system pipelines
B) A way to transport data between computers
C) A technique that improves CPU throughput by overlapping tasks
D) A process of creating a network of interconnected computers
Answer:
C) A technique that improves CPU throughput by overlapping tasks
Explanation:
In computer science, pipelining is a technique used to enhance the performance of a CPU (Central Processing Unit) by breaking down the execution of instructions into multiple stages and overlapping them. This allows for more efficient use of CPU resources and faster execution of instructions.