Multi core and parallel systems Flashcards
1
Q
A
Multi-core CPUs have multiple independent cores that can complete instructions separately which results in higher performance.
2
Q
A
Parallel systems accomplish a similar task to the multi core CPUs however instead of requiring multiple cores they can complete tasks with a single core, by using threading.
3
Q
Generally, multi-core systems perform better in larger projects than parallel systems.
TRUE OR FALSE
A