Let's think about this for a second
This exercise set is designed to help you quickly recall and apply what you learned in the Basic chapter (CPU, Motherboard, RAM, Storage, PSU). There's no new teaching here — it's purely a chance to revisit concepts you already know through hands-on tasks. Each task is kept short enough to finish in 5-10 minutes. Once you're done, check your answers back against the Basic chapter lessons yourself.
Practice Exercises
Task 1: Take two CPU spec sheets (e.g. Ryzen 5 5600 vs Core i5-12400), compare them side by side, and write down the differences in core/thread count and TDP. Task 2: On a motherboard spec sheet, identify the socket type, chipset, RAM slot count, and M.2 slot count, and guess which CPU generations it's compatible with. Task 3: Using an online PSU wattage calculator, work out the minimum wattage needed for a system with a CPU + GPU + 3 fans.
Code Example
PRACTICE SET 1 (Basics)
------------------------
Task 1: Compare CPUs
- Ryzen 5 5600 : cores=?, threads=?, TDP=?
- Core i5-12400 : cores=?, threads=?, TDP=?
- Which has more threads? Why does it matter?
Task 2: Read a Motherboard spec sheet
- Socket type : ____
- Chipset : ____
- RAM slots : ____
- M.2 slots : ____
- Compatible CPU gen : ____
Task 3: PSU wattage calculation
- CPU draw : ____ W
- GPU draw : ____ W
- 3x fans : ____ W
- Total + 20% headroom = ____ W minimum PSUYou'll build up confidence reading CPU/Motherboard specs and calculating PSU wattage with a tool.5-Minute Try-It
Now redo Task 1 in 5 minutes using a real CPU spec sheet of your own choosing (or one you find online).
A Quick Word of Caution
Treat the PSU calculator's result as a bare minimum — when you actually buy, add 20-30% of headroom on top.