1.1.2 Types Of Processors Flashcards

1
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
2
Q

What is CISC?

A

A more complicated and expensive processor design that can execute a series of tasks in a single complex instruction built into the hardware.

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

Does RISC or CISC have different sized instructions?

A

CISC

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

Does RISC or CISC have less complicated processor design making it cheaper?

A

RISC

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

Why is CISC’s processor design more expensive?

A

Its circuitry has more transistors making it more expensive to produce

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

Does RISC’s or CISC’s instructions take different times to process?

A

CISC

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

Does RISC or CISC use more power?

A

CISC produces more heat therefor uses more power

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

Does RISC or CISC have less instructions?

A

RISC

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

Why are some instructions rarely used in CISC?

A

Because some instruction blocks are made for certain functions which are rarely required.

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

What is a Graphic processing unit (GPU)?

A

A specialised processing unit with a huge number of small cores that allow efficient parallel computation for tasks such as computer graphics, machine learning, data mining etc.

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

What is an instruction set?

A

All the commands that the CPU can carry out, these are unique to the cpu

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

What is a multicore processor?

A

A single processor which has more than one processing unit.
Each core can independently process instructions at the same time.

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

Whats the postitive of a multicore system?

A

The system can distribute the workload across multiple CPU cores, which they can work on in parallel, achieving higher performance

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

What is parallel processing?

A

Parallel processing is when a computer carries out multiple computations simultaneously to solve a given problem

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

Explain why not all problems are parrellelisable?

A

Tasks that depend on previous tasks are not able to be done in parallel as they have to wait for the previous instruction to complete.

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

What is distrubuted processing?

A

The sharing of processing tasks between physically separated processors on a network.

17
Q

What are supercomputers?

A

Supercomputers have multiple processors and GPUs

18
Q

What can supercomputers be used for?

A

They can be used for things like weather forecasting and testing aircraft design

19
Q

How do Folding@home and SETI@home use distributed systems?

A

Volunteers download the software
When their processor is inactive it is sent jobs from the central sever
Thier CPU solves the job and send back the answers to the central server
The central sever will use that answer to form part of the answer to the bigger probelm