Q81.Marks: +2.0UGC NET Paper 2: Computer Science 2nd January 2026 Shift 1
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R
Assertion A: Instruction pipelining improves CPU throughput.
Reason R: Pipelining decreases the execution time of each individual instruction.
In the light of the above statements, choose the most appropriate answer from the options given below
1.Both A and R are correct and R is the correct explanation of A
2.Both A and R are correct but R is NOT the correct explanation of A
3.A is correct but R is not correct✓ Correct
4.A is not correct but R is correct
Solution
The correct answer is A is correct but R is not correct.
Key Points
Assertion A: True — Instruction pipelining increases CPU throughput by overlapping execution of multiple instructions.
Reason R: False — Pipelining does not reduce the execution time of a single instruction; it improves overall throughput.
The latency of an individual instruction remains approximately the same.
Pipelining improves performance by executing different stages of multiple instructions simultaneously.
Additional Information
Throughput = number of instructions completed per unit time.
Latency = time taken to complete a single instruction.
Pipelining increases throughput but not individual instruction latency.