Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. The performance of a pipelined processor suffers if
    1. the pipeline stages have different delays
    2. consecutive instructions are dependent on each other
    3. the pipeline stages share hardware resources
    4. All of the above
Correct Option: D

Pipelining is a method to execute a program breaking it in several independent sequence of stages. In that case pipeline stages can't have different delays, no dependency among consecutive instructions & sharing of hardware resources shouldn't be there. So option (d) is true.



Your comments will be displayed only after manual approval.