Computer Architecture

?
  • Created by: lordHan
  • Created on: 20-12-17 19:57
What did the Von Neumann Architecture do differently to other computer architectures of the time?
It stored both the data and programs being run within memory, so to run a new task all it has to do is run the relevant program from memory.
1 of 7
What components are included within the Von Neumann Architecture?
A control unit - coordinates the movement of data and instructions. Buses - carry the data/instructions. ALU - carries out calculations and comparisons. Registers - do specific jobs.
2 of 7
What are other features of a Von Neumann Architecture?
Enough memory (RAM in modern computers) to hold both data and programs. There is a way to input data into the computer and output information.
3 of 7
What are the issues surrounding the Von Neumann Architecture?
The sharing of memory, the possibility of memory leaks, data bus speed (if it's slower than the speed of the CPU bottlenecks occur) and the data/instructions differences in fetch rates.
4 of 7
How is the Harvard Architecture different to that of Von Neumann?
It has seperate memory spaces for data and for instructions, each accessed by a different bus.
5 of 7
What are the advantages of the Harvard Architecture?
Data and instructions can be fetched simultaneously, reduced risk of a bottleneck, less chance of program corruption and the speed of each bus can be optimised seperately.
6 of 7
What are the issues of the Harvard Architecture?
More physical space is required and the handling of memory is more complex.
7 of 7

Other cards in this set

Card 2

Front

What components are included within the Von Neumann Architecture?

Back

A control unit - coordinates the movement of data and instructions. Buses - carry the data/instructions. ALU - carries out calculations and comparisons. Registers - do specific jobs.

Card 3

Front

What are other features of a Von Neumann Architecture?

Back

Preview of the front of card 3

Card 4

Front

What are the issues surrounding the Von Neumann Architecture?

Back

Preview of the front of card 4

Card 5

Front

How is the Harvard Architecture different to that of Von Neumann?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Computer Architecture resources »