Computer Architecture and Design Question:
Download Job Interview Questions and Answers PDF
What is the pipelining?
Answers:
Answer #1A technique used in advanced microprocessors where the microprocessor begins executing a second instruction before the first has been completed. That is, several instructions are in the pipeline simultaneously, each at a different processing stage.
Answer #2In simple terms, it\\'s an optimization technique employed in microprocessors to increase the throughput of instruction execution (no improvement in latency). A basic pipeline fetch, decode and execute instructions in parallel thereby retiring / committing one instruction each cycle.
Download Computer Architecture Interview Questions And Answers
PDF