1.1 Flashcards

1
Q

the three characteristics of cpu performance

A

core count, clock speed, cache amount

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

what does higher core count do

A

processing multiple instructions simultaneously

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

what does clock speed increase

A

more cycles per second (the speed at which data from ram goes to cache)

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

what does cache amount change

A

the amount of data and instructions that can quickly be accessed frequently

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

what happens if clock speed is too high

A

there is a risk of overheating and damaging the cpu (system failure)

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

how do you know which instruction is next

A

program counter PC

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

how do you know which bit of ram a process is using

A

memory address register

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

how do you know the value stored in ram

A

memory data register

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

how do you know which instruction is being processed

A

current instruction register

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

how do you store the results of any process

A

accumulator acc

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

what is a cycle

A

fetch, decode, execute

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

the architecture all processors are based on

A

von neumann architecture

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

what is a register

A

a part of the cpu used as a storage location

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

what is cache

A

a part of the cpu used to store frequently used instructions and data

16
Q
A