Define pipelining?
In 8086, to speedup the implementation of program, the instructions fetching and implementation of instructions are overlapped each other. This method is known as pipelining.
In pipelining, when the nth instruction is implemented, the n+1th instruction is fetched and therefore the processing speed is increased.