4.7.2 Fo CompOrgArch (Stored Program Concept) Flashcards
What is meant by the stored program concept
serially fetching and
executing machine code instructions stored in main memory by a processor that performs
arithmetic and logical operations
What is meant by Serially
Instructions are fetched and executed in order. The first instruction is fetched and then executed
before the second instruction is fetched
What is meant by Fetching
Retrieving an instruction from main memory.
What is meant by Executing
Carrying out what is specified by the instruction that has
been fetched.
What is meant by Machine code instructions
Instructions in binary that the
processor can execute directly without the need for
translation.
What is meant by Main Memory
Memory that is directly accessible and connected to the computer ( RAM in this case )
What is meant by Arithemetic Operations
Operations that involve mathematical operations such as
addition, subtraction and multiplication.
What is meant by Logical Operations
Operations that involve the use of logic gates like AND,
OR and NOT.
What does the stored program concept allow for
- Allows for different instructions and so processes to run on the same computer by being switched out in memory
What is the main benefit of the stored program concept
It allows computers to be more versatile and general purpose