1.1.2 Flashcards

1
Q

RISC

A

Reduced Instruction Set Computing

-Has a small instruction set
-Takes one machine cycle to complete one instruction

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

CISC

A

Complex Instruction Set Computing

-Has a large instruction set
-Takes many machine cycles to complete one instruction

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

RISC Differences

A

-Compiler has more work to do
-More RAM is required to store code
-Run at a lower clock speed
-Consume less energy

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

CISC Differences

A

-Compiler has less work to do
-Less RAM is required
-Run at a faster clock speed
-Consume more energy

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

Multicore

A

Multi-core CPUs have multiple independent cores that complete instructions separately

-Results in higher performance

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

Parallel Processing

A

The simultaneous use of several processors to perform a single job by splitting the job into a number of tasks so each task may be processed by any available processor

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

Parallel Processing - SIMD

A

Single instruction multiple data

Same operation is carried out on multiple pieces of data at the same time

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

Parallel Processing - MIMD

A

Multiple instruction multiple data

Different instructions are carried out concurrently on different pieces of data

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

Graphical Processing Unit ( GPU )

A

Designed to perform the calculations associated with graphics

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

Uses of the GPU

A
  • modelling of physical systems
  • audio processing
  • breaking passwords
How well did you know this?
1
Not at all
2
3
4
5
Perfectly