1.1 CPU, Input/Output And Storage Flashcards

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

Three main components of the CPU

A

Control unit, registers and the arithmetic logic unit

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

Three main factors that affect the CPU’s performance

A

Cache size, clock speed and number of cores

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

Pipelining

A

The process of completing steps of an instruction (such as the fetch decode execute parts) simultaneously within one core.

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

Two different ways to build a processor

A

Von Neumann and Harvard

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

What does RISC stand for?

A

Reduced instruction set computer

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

What does CISC stand for?

A

Complex instruction set computer

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

Why is using GPUs alongside CPUs beneficial?

A

GPUs can have thousands of cores for a lot cheaper as they’re a lot less complex than a CPU.

They can also do calculations extremely fast and can update multiple pixels simultaneously whereas a CPU would update each pixel individually.

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

Multi Core processors

A

Simply having multiple cores on one chip and this means that multiple fetch-decode-execute cycles can be performed concurrently.

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

Magnetic storage

A

Uses different kinds of magnetism on a magnetisable material to store data in the form of 1s and 0s.

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

Benefits and drawbacks of magnetic storage

A

Benefits:
- cheap
- large capacity
- fast compared read/write speeds to optical storage

Drawbacks:
- easily broken as there are moving parts
- very heavy so not very portsble

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

Solid state devices

A

These work through forcing electrons to get trapped in a barrier where they can be read and identified - this can appear as a flash of electrons.

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

Benefits and drawbacks of SSDs

A

Benefits:
- very durable
- more portable than magnetic
- fastest read/write speeds

Drawbacks:
- expensive
- small capacity compared to magnetic

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

Optical storage

A

The disks will have pits and lands (pits are shiny, lands are not). A laser will scan the disc as it spins around and analyse the pits and lands as being 1s and 0s.

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

Benefits and drawbacks of optical storage

A

Benefits:
- cheap
- more durable than magnetic
- very portable

Drawbacks:
- smallest capacity
- slowest read/write speeds

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

Virtual storage

A

When a large network is used for storage of multiple separate devices - e.g. the cloud.

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

Difference between Harvard and Von Neumann

A

Von Neumann - keeps data and instruction data stored in the same memory

Harvard - separate storage and desperate buses for instruction and data