Types Of Processors Flashcards

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

Von Neumann Architecture

A

shared memory space to hold both programs and data, which makes it easy to change tasks by loading a different program into RAM

single control unit processes one instruction at a time, following the fetch-decode-execute cycle

Registers are used as fast access to instructions and data

most computers today are built with this idea in mind

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

Harvard Architecture

A

memory is split into two parts, one for data and one for programs and each has its own bus

Reading and writing data can be done at the same time as fetching.

This architecture is typically used by RISC processors.q

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

Single Instruction Multiple Data (SIMD)

A

uses parallel processing where a processor carries out a single instruction on multiple data items at the same time –often used by graphic processors

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

Multiple Instructions Multiple Data (MIMD)

A

multiple instructions are carried on multiple data items across several cores.

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

Distributed computing

A

multiple computers on a shared network each take part in a bigger problem –this can be done on a grand scale over the internet such as the SETI@home initiative by NASA.

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

Complex Instruction Set Computer (CISC)

A

large amount of known instructions (for example 80-100) and these will be complex in nature (i.e. each instruction may represent several steps)

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

Reduced Instruction Set Computer (RISC)

A

in RISC processors, the instructions are not complex (they are simple) and so a single RISC instruction will not automate all other required steps such as LOAD and STORE

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

Graphical Processing Unit (GPU)

A

processes large blocks of visual data

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

Multicore System

A

single chip containing 2 or more independent processing units

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

Parralel Processor System

A

processing program instructions by dividing the work between multiple processors

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