1.1.4 CPU Arcitecture Flashcards
1
Q
Von Neumann Architecture
A
This architecture works on the stored program concept:
A program must be stored in main memory to be executed.
Its instructions are fetched one at a time and executed serially.
2
Q
Units, Registers & Buses
A
Von Neumann uses; One control unit, One ALU, Five Registers, Three Buses
3
Q
Harvard Architecture
A
Harvard architecture has two memory locations; one for data and one for instructions. The instructions tend to not change so are kept in ROM. Harvard architecture is mainly used in things like sonar and signal monitoring