Thuta Learning
ExercisesHardwarebeginner

Exercises — Component Basics Practice Set

Relax. We'll talk through this in plain words — no textbook voice.

What you'll walk away with

  • Work through Exercises — Component Basics Practice Set on your own
  • Practice the skills you've already learned until they stick
  • Learn to spot mistakes, fix them, and check your own work

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

text
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 PSU
You should see
You'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.

Easy traps

  • Mixing up core count and thread count as if they were the same thing
  • Calculating PSU wattage from CPU power alone, leaving out GPU power draw

Try It Yourself Now

Now redo Task 1 in 5 minutes using a real CPU spec sheet of your own choosing (or one you find online).

You'll know it worked when: You'll build up confidence reading CPU/Motherboard specs and calculating PSU wattage with a tool.