CO1 WEEK 5 FACTORS AFFECTING PERFORMANCE OF CPU Flashcards

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

What affects CPU performance?

A

Clock speed
- N of cores
- Cache size
- RAM size
- WORD size
- Bus width

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

What are Cores?

A

more cores usually faster processing - Higher complexity Improves performance tacks spit between cores

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

What is parallel processing?

A

More than one processor =synchronised

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

What is a Cache?

A

small amount of memory which is part of CPU = holds instructions which likely to be reused
- checks this before requesting data from RAM
- saves fetching

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

What are the different grades of cache?

A

L1 part of the CPU itself both being the smallest but fastest to access.
Each level the cache gets larger but slower to access.
More L2 and L3 memory available the faster the computer can run.

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

What is ROM?

A

ROM - Non volatile - store a limited n of instructions - not changeable

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

What is memory ?

A

Memory - stores data and instruction

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

What is RAM?

A

RAM - volatile - temp storage for programs that are currently running
- stored in random access no sequential
- needed as hard disk slow
- improves performance
Virtual memory = dedicated space to store data until RAM is free (if not enough space in RAM

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

What is word size?

A
  • word = number of bits which moves from one component to another
  • can only reference memory locations which fit within size of address bus
  • how many bits CPU can manipulate in one go
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Data Bus?

A

The amount of bits that can be transferred simultaneously from one device to another.
Provides two way connection allowing data and instructions to travel on.

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

What is the Address bus?

A

access data in memory one direction from CPU
- address bus determines maximum amount of accessible locations

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

What are the names of the buses?

A

Address bus
- Data bus
- Control bus

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

What is the Control Bus?

A

two way to transmit commands,timing,specific status info

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