CPU Architectures Flashcards

1
Q

Key features of von neumann?

A
  • shared memory for instructions and data
  • instructions and data stored in the same format
  • linear FDE cycle
  • registers used as fast access to instructions and data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Key features of Harvard?

A
  • instructions and data have separate memory units
  • each has its own bus
  • reading and writing can be done while fetching an instruction
  • used by RISC processors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Examples of contemporary architectures?

A
  • SIMD, one instruction us carried out on many data items
  • MIMD, multiple instructions carried out on multiple data items across several cores
  • distributed computing, each computer over a network takes on a part of a process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly