Types Of Processor Flashcards

1
Q

What is CISC

A

The large instruction set for accomplishing task in as few lines of assembly language as possible.

(Complex Instruction Set Computer)

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

What is RISC

A

Simple instructions, each taking one clock cycle, used to accomplish all the required operations in multiple general purpose register

(Reduced Instruction Set Computers)

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

Advantage of CISC

A

Quicker

Has a lot more instructions

Better performance

Simple to built

More efficient (compiler has very little work to do to translate a high level language statements into machine code, very little RAM is required to store instruction)

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

Disadvantage of CISC

A

To expensive

Can overheat

To heavy (To many specialised instructions had to be build into the hardware even though only 20% of them would be used In the average program)

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

Advantage of RISC

A

Lighter

Cheaper

Less chance to overheat

Quicker to code

Little space in RAM

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

Disadvantage of RISC

A

Slower

Less instructions

Not efficient

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

Ability of multi-core processor

A

Able to distribute workload across multiple processor cores, so higher performance.

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

What is a parallel system? ( not sure)

A

The multi core achieving significantly higher performance by performing several tasks in parallel.

E.g Google Chrome and Mozilla Firefox can run several concurrent processes.

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

What is the co-processor systems

A

An extra

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