Knowee
Questions
Features
Study Tools

Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century?

Question

Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century?

🧐 Not the exact question you are looking for?Go ask a question

Solution

The feature of the IBM 360/91 that was incorporated into the majority of microprocessors developed in the 21st century is the concept of "pipelining".

Pipelining is a technique where multiple instructions are overlapped in execution. It's like an assembly line. In an assembly line, different people are simultaneously working on different parts of the same product, each doing a different job. Similarly, in pipelining, different stages of an instruction are being processed simultaneously, each at a different stage.

Here are the steps to understand how it works:

  1. Fetch: The instruction is fetched from memory.
  2. Decode: The instruction is decoded to determine what action is to be taken.
  3. Execute: The instruction is executed.
  4. Memory access: If the instruction involves memory access (like loading from or storing to memory), that operation is performed.
  5. Write back: The results of the execution are saved in the appropriate place.

Each of these steps is done by a different part of the processor, and each can be working on a different instruction at the same time. This is how pipelining increases the throughput of the processor.

This concept, first implemented in the IBM 360/91, is now a fundamental part of almost all modern microprocessors.

This problem has been solved

Similar Questions

What decade was the microprocessor developed? 1990s 1970s 1980s 1960s

Which company introduced the first commercial microprocessor, and when?

What decade did "integrated circuits" computing get developed? 1970s 1990s 1980s 1960s

Which company was responsible for the first microprocessor?*

Which was the first commercially available microprocessor-based computer?*Altair 8800Commodore PETApple IIIBM PCWhat was the major innovation of the stored-program computer?*The ability to use a single machine to run different programsThe ability to perform complex calculations quicklyThe ability to process data using vacuum tubesThe ability to store data on magnetic tape

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.