1.1.2 Types of processor - Harvey Flashcards

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

Characteristics of RISC

A

Small instruction set
Less complex instructions
Quicker to execute
Each instruction is one line of machine code and takes one clock cycle

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

Characteristics of CISC

A

Large instruction set
Complex instructions
Used in embedded and microcontroller systems

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

What is a GPU?

A

A GPU (Graphics Processing Unit) is a specialized processor designed to accelerate rendering of images, videos, and animations by performing parallel processing tasks

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

What is a GPU used for?

A

machine learning
oil exploration
weather forecasting
image processing

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

Benefits of CISC

A

CISC requires less RAM since code is shorter
Many specialised instructions made even though only a few of them are used.

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

Benefits of RISC

A

Pipelining is possible since each instruction takes one clock cycle
In RISC processors compilers have to do more work to translate high level code into machine code

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

What are multi-core CPUs?

A

Have multiple independent cores that can complete instructions separately this improves performance.

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

What are parallel systems?

A

Complete similar tasks to multi-core but use a single core by using threading

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

Comparison between multi-core and parallel systems

A

Usually 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
10
Q

What is a co-processor?

A

A co-processor is a secondary processor designed to supplement the activities of a primary processor

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