1.1.2 Types of Proessor Flashcards

(a) The differences between and uses of CISC and RISC processors. (b) GPUs and their uses (including those not related to graphics). (c) Multicore and Parallel systems

1
Q

What are the two main types of processor?

A

CISC and RISC

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

What are the characteristics of a CISC processor?

A

More instructions are availible
Instructions may take multiple cycles to complete
Has a single set of registers

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

What are the characteristics of a RISC processor?

A

Less instructions are availible
Instructions take single cycles to complete
Has multiple sets of registers

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

What does CISC stand for?

A

Complex Instruction Set Computer

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

What does RISC stand for?

A

Reduced Instruction Set Computer

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

What are the advantages of a CISC processor over a RISC processor?

A

Programs take up less RAM
Easier to write programs with
Compilers are simpler

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

What are the advantages of a RISC processor over a CISC processor?

A

Easier to pipeline instructions
Simpler to design
Cheaper to build (Requires less transistors)
Less cooling required (less transistors)
Less power required (less transistors)
Programs run faster

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

What is a multicore processor?

A

A processor with more than one processing unit, that can independently process multiple instructions at the same time

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

What is parallel processing

A

Processing multiple instructions at the same time

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 specialised extra processor that can assist the main processir by running some instructions in parrallel, but may not be able to run it’s own FDE cycles

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

What is a GPU?

A

A GPU is a type of co-processor that has built in circuitry for graphics operations and process lots of data at the same time

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

What are the most common uses for a GPU?

A

Graphics
Machine learning
Cryptocurrency mining

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