The Computer BasicsPlain answers, without the guesswork

Inside the Machine

Inside the Machine

Computer Hardware: What Every Part Does and Why It Matters

Every major component named, what it does, how they work together when you open a program, and which one to upgrade when things feel slow.

Hardware is the physical parts. Software is the instructions. This is what each part does, how they work together, and which one is actually holding you back when the machine feels slow.

The parts, and what each one is for

Processor

The component that carries out instructions. Everything the machine does passes through it.

Cores are separate execution units. More cores means more can happen at once, which helps when running several demanding things simultaneously and helps less with a single application that cannot spread its work.

Clock speed is how many cycles per second. Higher is faster within the same generation, and comparing clock speeds across generations or manufacturers tells you very little.

Cache is a small pool of very fast memory on the processor itself, holding data it is about to need.

What it limits: how quickly calculations finish. Video encoding, compilation, simulation, and games that are processor-heavy.

Memory

Working space. Everything currently in use lives here — the operating system, every open application, every browser tab.

It is temporary. Contents vanish when power is removed, which is why unsaved work is lost in a crash.

Speed matters far less than having enough. When memory runs out, the system moves data to the drive, which is dramatically slower, and the machine appears to stall.

What it limits: how much you can have open at once. Not raw speed — a machine with enough memory gains nothing from more.

Storage

Where files and programs live permanently.

Mechanical hard drives use spinning platters and a moving head. Cheap per gigabyte, large capacities, slow, and vulnerable to physical shock.

Solid state drives have no moving parts. Several times faster, more robust, more expensive per gigabyte.

NVMe drives connect directly to the fast bus rather than through the older drive interface. Faster again, and the difference is most noticeable in large file operations rather than everyday use.

What it limits: how quickly things load. This is the upgrade people notice most, because it affects startup, opening applications and file operations — the things you do constantly.

Motherboard

The board everything connects to. It carries power, routes data between components, and holds the firmware that starts the machine.

It determines compatibility — which processors fit, which memory type, how many drives, how many expansion slots. This is why a motherboard is the constraint when upgrading an older machine.

It does not affect speed in any way you will notice, within the same specification.

Graphics

Handles what appears on screen.

Integrated graphics are built into the processor and share system memory. Fine for browsing, documents and video.

A dedicated card has its own processor and memory. Necessary for demanding games and heavy creative work.

What it limits: anything visual and demanding. See graphics card problems.

Power supply

Converts mains electricity into what the components need.

The most under-considered component, and the one whose failure looks like something else. Random restarts, freezes under load and machines that will not start are frequently a power problem being diagnosed as a processor or memory fault.

Capacity must exceed what the system draws under load, with headroom.

Cooling

Fans, heatsinks and sometimes liquid. Removes the heat that components produce.

When cooling fails, components slow themselves down to avoid damage. A machine that is fast for ten minutes then sluggish is nearly always a cooling problem.

Internal and external

Internal — inside the case, connected directly: processor, memory, storage, motherboard, graphics, power supply, cooling.

External — connected from outside: monitor, keyboard, mouse, printer, speakers, external drives, webcam.

The boundary blurs. An external drive is the same technology in a different box. A laptop has everything internal that a desktop has, packed tighter.

How they work together

Concretely, when you open a program.

1. You click. The input device signals the system.

2. The processor receives the instruction and works out what to do.

3. It requests the program from storage. The drive reads it — this is where a slow drive is felt.

4. The program is loaded into memory, where it can be accessed quickly.

5. The processor executes it, using cache for what it needs most.

6. The graphics component renders what should appear.

7. The monitor displays it.

8. The power supply has been feeding all of this, and cooling has been removing the heat.

Every step depends on the ones before it. Which is why the slowest component determines the experience — a fast processor waiting on a slow drive is a fast processor doing nothing.

Which one is actually slowing you down

The practical question.

Everything takes ages to open, the machine is slow to start — storage. Upgrading a mechanical drive to solid state is the single most noticeable upgrade available on an older machine.

Slows down with several things open, recovers when you close some — memory.

One demanding task takes a long time while everything else is fine — processor.

Games or video editing perform poorly, general use is fine — graphics.

Fast at first, slow after a while, fans loud — cooling.

Random restarts or freezes under load — power supply.

The method: open the system monitor while the machine is slow and look at which resource is at its limit. Processor at 100%, memory nearly full, or disk at 100% — each points somewhere different, and guessing without looking is how people upgrade the wrong thing.

Does hardware need maintenance?

Some of it, and less than the internet suggests.

Dust is the real one. It insulates, blocks airflow, and causes the overheating that makes machines throttle and shortens component life. Clean the vents and fans every six to twelve months, more in a dusty or pet-owning household.

Use compressed air, hold fans still while blowing so they do not spin beyond their rated speed, and do it outside.

Thermal paste between processor and heatsink dries out over years. Worth replacing if temperatures have risen noticeably, and not something to do routinely.

Check that fans still spin. A failed fan is silent, and silence is the symptom people miss.

Drives have a working life. Mechanical drives fail mechanically; solid state drives have a finite write endurance that most home users never approach. Monitor drive health, and — more importantly — keep backups, because the health indicator does not always warn you.

Batteries degrade and are consumable rather than faulty.

What does not need doing: defragmenting a solid state drive, which achieves nothing and consumes write cycles. Registry cleaners. Most "optimisation" software.

Buying and upgrading

Upgrade the thing that limits you, established by measurement rather than assumption.

The motherboard determines what is possible. Check what processors and memory it supports before buying anything, and be aware that an older board may make an upgrade impossible rather than merely expensive.

Balance matters. A powerful graphics card in a machine with an older processor delivers less than expected. So does fast memory with an inadequate power supply.

Storage first, on any older machine. Then memory. Then processor and graphics, which usually mean a new motherboard and effectively a new machine.

Do not buy the cheapest power supply. It is the component that can damage others when it fails, and a poor one delivers less than its label claims.

The short version

Processor executes, memory holds what is in use, storage keeps things permanently, graphics draws, the power supply feeds it and cooling keeps it alive.

The slowest component determines the experience — everything else waits for it.

Open the system monitor while it is slow and see which resource is at its limit. That single check prevents most wrong upgrades.

Storage is the upgrade you notice most on an older machine.

And dust is the maintenance that matters. Almost everything else marketed as maintenance does not.

For hardware identification, repair and teardown references, see iFixit PC guides.