CPU Performance And Processor Type Flashcards

1
Q

What are the 4 key factors that affect CPU performance?

A
  • Cores
  • Clock speed
  • Cache size
  • Processor type
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Will doubling the number of a computers core double its speed?

A

No, CPU cores have to communicate with each other through channels which take up some of the extra speed so the more cores there are the more speed is taken by channels

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

What is clock speed?

A

Clock speed, also known as clock rate, indicates how fast a CPU can run

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

What is clock speed measured in?

A

Clock speed is measured in megahertz (MHz) or gigahertz (gHz)

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

How many instruction cycles can a 2 gHz CPU perform in a second

A

2 billion

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

Where do you change the maximum clock speed of a computer

A

In the computer BIOS

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

What is it called if you increase a CPU clock speed to try and make your computer run faster?

A

Overclocking

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

Why is overclocking dangerous if done wrong?

A

There are limits to how fast a computer can run so it’s circuitry cannot always keep up with an overclocked speed.
If the clock tells the CPU to execute instructions too quickly, the processing won’t be completed before the next instruction is carried out.
If the CPU can’t keep up with the pace of the clock, the data is corrupted.
CPUs can also overheat if they are forced to work faster than they were designed to work.

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

What is cache and what is it used for

A

Cache is a small amount of memory which is part of the CPU, closer to the CPU than RAM. It is used to temporarily hold instructions and data that the CPU is likely to resuse

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

Why does the control unit check cache for instructions before requesting data from RAM?

A

It saves fetching instructions and data repeatedly from the RAM, a relatively slow process which otherwise might keep the CPU waiting. Transfers to and from cache take less time than transfers to and from RAM.

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

What are the different grades of cache?

A

L1 - usually part of the CPU chip itself and is both the smallest and the fastest to access.
L2 and L3 - Bigger than L1. They are extra caches built between the cpu and the RAM

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

What are the two processor types

A

CISC (complex instruction set computing) and RISC (reduced instruction set computing)

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