Exam Tips - CPU Performance
Part of CPU Performance Factors — GCSE Computer Science
This exam tips covers Exam Tips - CPU Performance within CPU Performance Factors for GCSE Computer Science. Revise CPU Performance Factors in Systems Architecture for GCSE Computer Science with 15 exam-style questions and 12 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 7 of 7 in this topic. Treat this as a marking guide for what examiners are looking for, not just a fact list.
Topic position
Section 7 of 7
Practice
15 questions
Recall
12 flashcards
Exam Tips - CPU Performance
Don't just name the factors - explain HOW they improve performance:
- Clock Speed: "Higher GHz means more FDE cycles per second, so more instructions executed"
- Cores: "Multiple cores allow parallel processing, so multiple tasks run simultaneously"
- Cache: "More cache stores frequently-used data closer to CPU, reducing wait time for slower RAM"
Common exam questions:
- "Name three factors affecting CPU performance" → Clock speed, cores, cache (with explanations!)
- "Why doesn't doubling cores double performance?" → Programs must be written for multi-threading
- "What is cache?" → Fast memory built into CPU that stores frequently-used data
Common mistakes:
- Saying "more RAM" improves CPU performance - RAM is NOT a CPU performance factor!
- Forgetting to explain HOW each factor helps
- Mixing up cache levels (L1 is fastest/smallest, L3 is slowest/largest)