1.1.2 types of processor Flashcards

cisc / risc, gpu, multicore and parallel systems (on 1.1.1)

You may prefer our related Brainscape-certified flashcards:
1
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
2
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
3
Q

what are risc processors used in?

A

modern smartphones, tablets and SUPERCOMPUTERS?!

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

what are cisc processors used in?

A

desktop and laptop computers

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

what is the main characteristic of risc?

A

their instruction set consists of simple commands which are designed to take the same time to execute

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

what would be easier with risc - a low level program or simpler instruction design?

A

a simpler instruction makes pipelining easier to implement which increases the performance. a low level programs are longer and take up more memory.

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

how long would it take to execute an instruction with risc?

A

one clock cycle

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

risc requires less circuity. how does this create more advantages for risc?

A

theyre cheaper to design and produce, give off less heat and consume less power than cisc

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

what is the main characteristic of cisc?

A

they carry out a number of low level operations as a part of a single instruction

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

what would be easier with cisc - a low level program or a simpler instruction design?

A

low level programs take up less space in main memory and are easier to translate into machine code

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

is it easier to apply pipelining with cisc or risc?

A

risc

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

what features of processors do today’s desktop computers and mini computers use?

A

both cisc and risc to make the most of advantages of each

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

what are the disadvantages of using features of both cisc and risc and how is the problem worked around?

A

it increases the design complexity, and therefore the processors generate more heat - therefore such processors are most suitable for larger devices with space for efficient cooling features

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

why are risc processors used in the devices that they are?

A

lower power requirements of risc makes them far more suitable for battery powered devices

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

why is risc in supercomputers?!

A

theres a demand for high speed parallel processing

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

how much ram does cisc use?

A

efficient

17
Q

how much ram does risc use?

A

a lot - this can cause system bottlenecks (can’t keep up!!)

18
Q

what is a gpu literally?

A

the processor on a graphics card

19
Q

what is the purpose of a gpu?

A

parallel processing

20
Q

what are gpus used for?

A

graphics and video rendering, machine learning applications

21
Q

how many cores do gpus have?

A

lots and lots and lots (1000+)