architecture of the CPU 1.1.1 Flashcards

1
Q

What is the CPU?

A

It processes data in the computer using the fetch execute cycle.

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

what is the fetch execute style

A

It fetches the next instruction to be processed from the RAM it then decodes the instruction and then executes it.

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

What is a core

A

A core is all the components of a cpu

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

what is in a core

A

ALU
control unit
registers

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

benefits of having multiple cores

A

The more cores the faster the CPU

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

Why does having multiple cores make the CPU go faster

A

because it will have multiple cores which will work at the same time

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

if a processor has more then one core what is it called

A

a multi core processor

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

what do dual processors share

A

A level three cache

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

what is a clock speed

A

this is the number of fetch-execute cycles that they can carry out per second.

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

what is a clock speed measured in

A

megahertz and gigahertz

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

what is an arithmetic logic unit

A

It is responsible for all arithmetic operations and all logic operations

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

what is a control unit

A

It controls the timing of units and the flow of data in the CPU and is responsible for fetching and encoding instructions . controls and monitors communications between the hardware attached to the vomputer

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

what is cache

A

a small amount of high speed memory and is used to temporary hold instructions and data that the CPU is likely to reuse

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

comparisons between registers and cache

A

cache is slower than register but has more storage

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

what are the levels of cache

A

Level 1 is the fastest but contains the smallest amount of memory

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

what happens if the CPU needs data that isnt in level one

A

it will move to level 2 the cycle will continue until it reaches the RAM

17
Q

what happens if you move up the levels of cache

A

The higher the level the more storage but the slower it goes

18
Q

what are registers

A

a small amount of fast memory stored in the CPU