3.7.2.1 The Stored Program Concept. Flashcards
What is a computer using the stored program concept defined as?
“Serially fetching and
executing machine code instructions stored in main memory by a processor that performs
arithmetic and logical operations”.
Define serially.
Instructions are fetched and executed in
order. The first instruction is fetched and then executed
before the second instruction is fetched.
Define fetched.
Retrieving an instruction from main memory
Define executing.
Carrying out what is specified by the instruction that has been fetched.
Define a machine code instruction.
Where a computer stores instructions and frequently
used data. Examples include RAM and ROM.
Define arithmetic.
Operations that involve mathematical operations such as
addition, subtraction and multiplication.
Define logical.
Operations that involve the use of logic gates like AND,
OR and NOT.
What does the stored concept do (TSC)?
The stored
program concept, and the way that it stores program instructions in main memory, allows
one set of instructions to be switched out for another. This is the foundation of what allows
modern computers to run numerous different applications.
What two architectures can computers that use the stored program concept be based on?
Harvard architecture and Von Neumann architecture.