Save
...
Paper 1
1.1 System Architecture
1.1.2 CPU Performance
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Pav Bath
Visit profile
Cards (16)
What does CPU performance measure in terms of clock speed?
The number of
Fetch Decode Execute
cycles run
per second
View source
How is clock speed measured?
In
hertz (Hz)
View source
What does a clock speed of 4.5 GHz indicate?
It indicates 4.5
billion
cycles per second
View source
How does a higher clock speed affect CPU performance?
It allows the CPU to process more
instructions per second
View source
What is the function of cores in a CPU?
Cores
allow
parallel processing
to take place
View source
How does each core in a CPU operate?
Each core can execute a separate
instruction
at the same
time
View source
What is the benefit of having multiple cores in a CPU?
It enables multitasking by processing
instructions
independently
View source
Why might additional cores not increase performance for some software?
Some software
isn't
programmed to
utilize
multiple cores
View source
What does dual-core mean?
It means the
CPU
has 2 cores
View source
What does quad-core mean?
It means the
CPU
has 4 cores
View source
How does cache improve CPU performance?
Cache stores frequently used
instructions
and data for faster access
View source
Why is it faster to transfer data to and from cache than from RAM?
Cache
is
designed
for
quicker access
compared to
RAM
View source
What is the effect of having more cache on CPU performance?
More
cache
generally
improves
CPU
performance
View source
What can be a downside of having too much cache?
It can take longer to find
instructions
in cache
View source
What are Fetch Decode Execute cycles?
They are the cycles that a CPU runs to
process
instructions
View source
How does multitasking relate to CPU cores?
Multitasking allows multiple instructions to be processed
simultaneously
by
different
cores
View source