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