System Architecture - The performance of the CPU Flashcards

1
Q

What is the function of the CPU?

A
  • To fetch, decode and execute instructions
  • To process data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What affects the performance of a computer?

A
  • Cache Size
  • Number of Cores
  • Clock Speed
  • RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the part of a processor in which instructions are executed is known as?

A

The core

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

How many cores does a dual-core processor contain?

A

2

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

How many cores does a quad-core processor contain?

A

4

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

Do cores execute instructions together or separately?

A

separately

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

What are the benefits of a dual-core processor over a single core processor?

A
  • Tasks can split between the processors…
  • which leads to more processes being completed per second…
  • this speeds up the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If the number of cores goes up from 2 to 4 – what is the exact effect on performance?

A

The maximum number of instructions executed per second doubles

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

What are the effects of using a processor with more cores?

A
  • More instructions carried out simultaneously
  • The processor can process more instructions at the same time, which allows batches of instructions to be executed more quickly, which allows for more programs to be run at the same time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What acts as an intermediary between the processor and the Main Memory

A

Cache

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

What is cache?

A

Very fast, and usually a very small amount of memory on the processor chip

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

What is held in cache?

A

Commonly used instructions and data

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

How does the cache size affect the performance of the CPU?

A
  • data is transferred faster (1)…
  • …which makes a CPU more efficient (1)
  • It is faster to transfer to and from cache (1)…
  • …than transferring to and from RAM (1).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the purpose of cache memory?

A
  • To store instructions / data that is frequently used
  • Stores previously used / next to be used instructions and data
  • Provides faster access to data and instructions than the RAM
  • Speeds up access because instructions & data can be loaded to the CPU more quickly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the effects of using a processor with a bigger cache?

A
  • More space available for frequently used instructions / data…
  • this will reduce the number of disk transfers (fetching data from RAM)…
  • which leads to faster fetching of data and instructions…
  • which leads to faster processing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a processors clock speed?

A

The number of instructions a processor can carry out in a second

17
Q

Hertz

A

What is a processors’ clock speed measured in?

18
Q

A 1GHz processor can execute how many instructions?

A

1 Billion Instructions per second

19
Q

A 2GHz processor can execute how many instructions?

A

2 Billion Instructions Per Second

20
Q

If the processing speed goes up from 2GHZ to 4GHZ – what is the exact effect on the performance of the computer?

A

The maximum number of instructions executed per second doubles

21
Q

If the processing speed goes up from 1GHZ to 4GHZ – what is the exact effect on the performance of the computer?

A

The maximum number of instructions executed per second quadruples

22
Q

What does RAM stand for?

A

Random Access Memory

23
Q

What is RAMs function?

A
  • The computer’s main memory
  • Stores data, applications and the operating system while in use
24
Q

Is RAM Volatile or Non-volatile

A

Volatile - all the data is lost when the power is switched off

25
Q

How would increasing the amount of RAM improve a computer’s performance?

A
  • More instructions / programs / applications can run at the same time / be held in RAM
  • Open software faster / respond faster
  • More memory space for current programs
  • Run more memory intensive programs / relevant example e.g. computer games / graphic rendering
  • reduces use of Virtual Memory
  • …..less use of hard drive which is slower to access
26
Q

How could a installing a graphics card improve the performance of a computer

A
  • It could carry out processes for the CPU
  • It can improve the speed and quality of graphics
27
Q

How could changing a computer’s hard disk drive (HDD) for a Solid State Drive (SSD)?

A

Faster read / write speed

28
Q

If the processing speed goes up from 2GHZ to 4GHZ and the number of cores goes from 2 to 4 – what is the exact effect on the performance of the computer?

A

The maximum number of instructions executed per second quadruples