1.1.1 Computer Architecture Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Von Neumann architecture?

A

Architecture includes the basic components of the computer and processor, in which a shared memory and shared data bus is used for both data and instructions. Von Neumann architecture is built on the stored program concept.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Harvard architecture?

A

Physically separate memories for instructions and data, more commonly used with embedded processors.This is useful for when memories have different characteristics, i.e. instructions may be read only, while data may be read-write.
This also allows you to optimize the size of individual memory cells and their buses depending on your needs, i.e. the instruction memory can be designed to be larger so a larger word size can be used for instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly