1.1.2 Types of processor Flashcards

1
Q

Complex Instruction Set Computers (CISC)

A
  • instructions may take multiple clock cycles to execute
  • larger instruction set
  • difficult to pipeline
  • more addressing modes
  • complex circuitry/more transistors.
  • uses less RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Reduces Instruction Set Computers (RISC)

A
  • instructions take one clock cycle to
    execute
  • smaller instruction set
  • easier to pipeline
  • fewer addressing modes
  • less complex/simple circuitry
  • uses more RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a GPU?

A
  • Specialised electronic circuit which is very efficient at manipulating computer graphics and image processing.
  • Many independent processors work in parallel to complete repetitive tasks efficiently and simultaneously.
  • A type of co-processor => offloads compute-intensive parts of an application from CPU to GPU => performance is slightly better
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Multi-Core Systems

A

Multiple independent cores are able to fetch, decode and execute instructions at the same time

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

Parallel Systems

A

Allows multiple separate instructions/FDE cycles to run concurrently

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