Processor Architecture Von Neuman , Harvard CISC and RISC Flashcards

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

Von Neuman Architecture

A

Single control unit
Data and instructions are stored in the same place
Only one bus

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

Pros / Cons of Von Neuman

A

Pros:
- Simple
- programs are stored in memory

Cons:
- Only one bus
- Cannot pipeline

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

Harvard Aechitecture

A

Single control unit
Data and instructions separated
One bus each for data and instructions

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

Pros / Cons of Harvard Architecture

A

Pros:
- Von neuman bottleneck is eliminated
- Pipelining is possible
- Data and Programs are accessed separately

Cons:
- Complexity
- Cost

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

Contemporary Processor Architecture

A

Separate memory caches

Pros:
- Full separation of data and programs eliminates potential bottleneck

Cons:
- Complexiity
- Extra Cost

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

RISC

A

Pros:
- Reduced instruction set computers
- Larger set of instructions built into the CPU
- Makes quicker and easier to program

Cons:
- Complexity
- Needs more registers
- A lot of instructions are never used

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