1.1.2 - Types Of Processor Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

CISC Processors (List 4 Features)

A

Aims to complete a task in as few lines of assembly as possible
- More complicated processor design and more complex instructions. Each instruction may take multiple machine cycles.
- Does not allow pipelining.
- Longer instruction set
- Many addressing modes are available.
- Uses single register set.
- Requires less RAM.
- Programs run more slowly due to complicated circuitry
- Integrated circuitry is more expensive.

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

RISC Processors (List 4 Features)

A

Aims to use simple instructions that will be executed within one clock cycle
- Uses simpler instructions. Each instruction takes one machine cycle.
- Allows pipelining.
- Smaller Instruction set.
- Fewer addressing modes are available.
- Uses one or more register sets.
- Requires more RAM.
- Programs run faster due to simple instructions.
- Simple circuitry is cheaper

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

What is a Co-Processor?

A
  • An extra processor that performs a specific task used to supplement the functions of the primary processor (the CPU)
  • It may be used to perform floating point arithmetic, graphics processing, digital signal processing and other functions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SIMD and MIMD

A
  • SIMD - One instruction is carried out on multiple data items across several cores.
  • MIMD - Multiple instructions are carried out on multiple data items across several cores.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Graphics Processing Unit (GPU)

A
  • GPUs are a type of co-processor originally made to render graphics that has lots of independent processors which work in parallel making it very efficient at completing repetitive tasks such as image processing and machine learning.
  • Able to perform the same instruction on multiple pieces of data at one time (SIMD)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data Centre

A

A server farm or server cluster is a collection of computer servers, usually maintained by an organization to supply server functionality far beyond the capability of a single machine. They often consist of thousands of computers which require a large amount of power to run and to keep cool.

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

What is a Multi-core Processing System?

A

A system with more than one processing unit in a (single) processor which can independently process instructions at the same time.

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

What is a Parallel Processor System?

A

A system that allows for multiple separate instructions/FDE cycles to run concurrently.

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