3.1.1.3 CPU Architectures Flashcards
1
Q
stored program concept
A
The data that a CPU processes is stored in memory.
The instructions that a CPU executes are also stored in memory.
The CPU fetches instructions from RAM, decodes them, and then executes them.
2
Q
harvard architecture
A
Harvard architecture (an alternative architecture) has separate memories for storing program instructions and data.
3
Q
von neumann architecture
A
The ‘Memory Unit’ contains both data and program instructions.
A computer with a von Neumann architecture stores program data and instructions in the same memory space