4.7.2 Stored Program Concept Flashcards
1
Q
Define the Stored Program Concept.
A
Serially fetching and executing machine code instructions stored in main memory by a processor that performs arithmetic and logic operations.
2
Q
Explain the idea of stored program.
A
The idea that instructions and data are stored together in memory. Each item or data is fetched from memory, decoded then executed.
3
Q
Define Serially.
A
In order.
e.g 1st,2nd,3rd…
4
Q
Define Arithmetic.
A
Mathematical operations.
5
Q
Define Logical.
A
Logic Gates operations.
e.g AND, OR, NOT