1.1.2 - Types of Processor Flashcards

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

Name the two different types of processors.

A

Reduced instruction set computers (RISC) and complex instruction set computers (CISC).

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

Describe the features of a RISC processor.

A

In a RISC processor, there is a small instruction set. Each instruction is one line of machine code and takes a single clock cycle to complete.

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

Describe the features of a CISC processor.

A

In a CISC processor, there is a large instruction set and the aim is to try and accomplish tasks in as few lines as possible.

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

In terms of compilation time, which processor has to do less work?

A

In a CISC processor, the compiler has less work to translate high level code into machine code.

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

Which processor stores less data in RAM?

A

A CISC processor as the code is shorter.

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

Which processor is capable of supporting pipelining?

A

A RISC processor is capable of supporting pipelining as each instruction takes a single clock cycle.

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

What is a multi-core CPU?

A

Multi-core CPUs have multiple independent cores that can complete instructions separately which results in a higher performance.

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

What is a parallel system?

A

Instead of using multiple cores, they complete tasks using a single core by using threading.

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

Generally, does a multi-core system or a parallel system perform better?

A

A multi-core system.

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

What type of processor is a GPU?

A

A co-processor.

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

How does a GPU improve efficiency?

A

A GPU has lots of independent processors which work in parallel. This makes a GPU very efficient at completing repetitive tasks such as image processing.

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