SLR 2 Flashcards

Types of processor

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

What’s the definition of an instruction set?

A

Set of all instructions written in machine code that can be recognised and executed by a given processing unit/CPU

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

What is CISC?

A

Complex Instruction Set Computer

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

What is RISC?

A

Reduced Instruction Set Computer

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

What is the execution unit?

A

Carries out all calculations

Can only operate on data loaded into one of six registers

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

What does CISC aim to do?

A

It aims to complete the task in as few lines as possible (with the lines being longer)

The circuitry also needs to be more complicated

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

What does RISC aim to do?

A

Aims to use more simple instructions that can be executed within a single clock cycle (meaning more lines which are much shorter)

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

What is a co-processor?

A

Any additional processor used for a specialised task

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

What is a co-processor’s purpose?

A

To improve the overall speed of the computer by executing cocurrently with the main CPU

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

What’s the difference between CPU’s and GPU’s?

A

GPU’s run slower than a standard CPU as CPU’s are more well rounded while GPU’s are more specialised for certain tasks

Basically: CPU’s are good for small data sets

GPU’s are good for large data sets

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

What are some tasks that GPU’s are made to perform?

A

Oil exploration
Weather modelling
Machine learning
Linear algebra
Statistical analysis
Stock option predictions
Gravitational field theory

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

What is a multicore processor?

A

A single chip containing two or more independent processing units

Each core has a FDE cycle

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

What is Parallel Processing?

A

The processing of program instructions by dividing them between multiple processors or processor cores

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