1.1.2 Types of processors Flashcards

1
Q

RISC processors

Reduced Instruction Set Computer

A

-Small instruction set, with each instruction being one line of machine code and taking once clock cycle

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

CISC processors

Complex Instruction Set Computer

A

-Large instruction set aiming to accomplish tasks in as few lines of assembly code as possible.
-Instructions built into hardware
-Used in embedded systems

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

Comparison between RISC and CISC

A

RISC:
* Compiler does more work to translate high level code into machine cpde
* More RAM required
* Pipelining is possible
CISC:
* Many specialised instructions are made even though only a few are used

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

Multi-core and parallel systems

A

-Multicore: Multiple independent cores that complete instructions separately resulting in higher performance
-Parallel: Complete multiple intructions with a signle core using threading

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

GPU

A

Has lots of independent processors which work in parallel- efficient at repetitive tasks such as image processing and machine learning
-Type of co-processor

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