in CO and Architecture retagged by
4,708 views
2 votes
2 votes

Pipelining strategy is called implement

  1. instruction execution
  2. instruction prefetch
  3. instruction decoding
  4. instruction manipulation
in CO and Architecture retagged by
4.7k views

1 Answer

5 votes
5 votes

Answer : Instruction Prefetch

A technique which attempts to minimize the time a processor spends waiting for instructions to be fetched from memory. Instructions following the one currently being executed are loaded into a prefetch queue when the processor's external bus is otherwise idle. If the processor executes a branch instruction or receives an interrupt then the queue must be flushed and reloaded from the new address. 
Instruction prefetch is often combined with pipelining in an attempt to keep the pipeline busy. 

1 comment

what is the meaning of the question here? Is it grammatically correct?
4
4
Answer:

Related questions