CPU Flashcards

1
Q

what is the CPU?

A

central processing unit

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

what does the CPU do?

A

uses fetch decode execute cycle
fetch - from cache
decode - from ALU
execute - with control unit

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

characteristics affecting the CPU

A

clock speed, number of cores, cache size

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

3 main parts of the CPU?

A

control unit, ALU, cache

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

what does the control unit do?

A

execute instructions from ALU

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

what does the ALU do?

A

performs calculations from the cache

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

what does the cache do?

A

stores regularly used data for the CPU

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

accumulator?

A

stores results of calculations

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

program counter?

A

holds memory address of the instruction

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

memory address register (MAR)?

A

holds any memory address about to be used by CPU

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

memory data register (MDR)?

A

holds the data or instruction

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

what is clock speed?

A

number of instructions that can be carried out per second (Hz)

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

how does the clock speed affect CPU?

A

higher clock speed = more instructions

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

how does the number of cores affect CPU?

A

more cores = more instructions it can carry out at once

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

what is the cache?

A

data storage in CPU faster than RAM

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

how does the cache size affect CPU?

A

larger cache = faster access to more data