1.1.2 Types of Processor Flashcards

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

What are the differences between RISC and CISC ?

A

RISC: Small instruction set, More RAM required to store the code ( Long code) , Compiler has to do more work to translate to machine code.
CISC: Large instruction set, Less RAM required to store the code ( short code) , Compiler has to do less work to translate to Machine code

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

What is a GPU and some uses?

A

A device that works in parallel making it efficient to complete repetitive tasks.
Some uses could be image processing or machine learning.

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

what is the difference between a multi-core system and parallel system?

A

Multi-core System: Has multiple cores that completes instructions simultaneously.
Parallel system: Complete tasks with one core using threading.

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