1.1.2.3 Multi-core and Parallel Systems Flashcards

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

What is a Multicore System?

A
  • Several CPU cores are incorporated into a single processor chip to help distribute workload
  • They have multiple independent cores that can complete instructions separately which results in higher performance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Parallel System?

A
  • Splitting a job into several sub-tasks which are simultaneously carried out by each core in the system.
  • Instead of requiring multiple cores they can complete tasks with a single core, by using threading.
  • Generally, multi-core systems perform better in larger projects than parallel systems.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly