Computer Science, asked by kranti3710, 8 months ago


7) Explain the function of Queue for 8086 microprocessor.​

Answers

Answered by fadilwaqaar1
12

Explanation:

In 8086, a 6-byte instruction queue is presented at the Bus Interface Unit (BIU). It is used to prefetch and store at the maximum of 6 bytes of instruction code from the memory. Due to this, overlapping instruction fetch with instruction execution increases the processing speed.

please mark my answer as brainliest

Answered by keyboardavro
7

Answer:

The processor executes a program by fetching the instructions from memory and executing them. Usually the processor execution speed is much faster than the memory access speed. Instruction queue is used to prefetch the next instructions in a separate buffer while the processor is executing the current instruction.

Explanation:

Similar questions