1.1.2 - Types of processor Flashcards

1
Q

What is Reduced Instruction Set Computers?

A

Processors in which have a small instruction set. Each instruction is approximately one line of machine code and takes one clock cycle. The compiler has to do more work to translate high level language into machine code. It needs more RAM. Pipelining is possible

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

What is Complex Instruction Set Computers?

A

Processors in which have a large instruction set. The aim to complete tasks in as few lines of assembly code as possible. These are built into the hardware. Compiler has less work to translate high level code into machine code. Needs less RAM. Many specialised instructions are made but only a few used

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

What is a Graphics Processing Unit?

A

A co-processor which has lots of independent processors working in parallel making it very efficient at tasks such as image processing, and machine learning

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

What are Multi-core CPUS?

A

Have multiple independent cores that can complete instructions separately which results in higher performance

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

What are Parallel Systems?

A

Complete tasks with a single core, by using threading

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