JuaInstitute
Reading

Meeting Your Computer: Hardware, in Plain Terms

Before troubleshooting anything, you need real, working mental model of what's actually inside the box (or laptop shell) you use every day. This isn't trivia — knowing what each part does is what lets you tell "my computer is slow because of X" from "my computer is slow because of Y" later in this course.

The CPU: the part that actually thinks

The CPU (Central Processing Unit) executes instructions — every calculation, every decision a program makes, ultimately runs through it. Real CPUs today have multiple cores (a quad-core CPU has 4 independent processing units on one chip), which is why a modern computer can genuinely run several demanding programs at once without grinding to a halt — each core can work on a different task simultaneously.

RAM: real short-term memory

RAM (Random Access Memory) holds what your computer is actively working with right now — open programs, open browser tabs, files currently being edited. RAM is genuinely fast but volatile: turn the computer off, and everything in RAM is gone. This is exactly why an unsaved document disappears after a crash — it only existed in RAM, never on permanent storage. More RAM means more things can be actively open at once before the computer has to start slowing down to compensate.

Storage: where things actually live permanently

Your storage drive — either an HDD (Hard Disk Drive), an older mechanical technology with a spinning magnetic disk, or an SSD (Solid State Drive), a newer technology with no moving parts — is where files, installed programs, and the operating system itself live permanently, even with the power off. A real, practical fact worth knowing: SSDs are dramatically faster than HDDs for real everyday tasks (booting up, opening programs), which is why nearly every new computer sold today uses one.

Motherboard: the real connector of everything

The motherboard is the large circuit board everything else plugs into — the CPU, RAM, storage, and every port on the outside of the case connect back to it. You'll rarely interact with it directly, but understanding that it's the physical hub explains why a single loose cable or failing motherboard component can cause symptoms that look like they're coming from a totally different part.

GPU: not just for gaming

The GPU (Graphics Processing Unit) renders what actually appears on your screen. Many computers have an integrated GPU built into the same chip as the CPU, which is genuinely sufficient for everyday work (browsing, documents, video calls); a dedicated GPU is a separate, more powerful chip needed for real demanding graphics work — video editing, 3D design, gaming.

Ports: the real physical connections

USB ports connect keyboards, mice, external drives, and phones — modern USB-C ports are reversible (no "right way up") and, on many computers, can also carry power and video simultaneously. HDMI carries video and audio to an external monitor or TV. Ethernet is a wired network connection, genuinely more stable and often faster than Wi-Fi, which is why it's still the real standard for anything that can't afford a dropped connection.

Why this matters for real troubleshooting

A computer that's "slow" could genuinely be a RAM shortage (too many programs open for the RAM available), a failing or full storage drive, or an overheating CPU throttling itself — three completely different real causes with three completely different fixes. The rest of this course builds on being able to tell these apart rather than guessing.

This week's practical habit

Find your own computer's real specs: on Windows, Settings → System → About; on Mac, Apple menu → About This Mac. Note down your CPU, RAM amount, and storage type — you'll refer back to this in later lessons on performance and troubleshooting.

Further reading

Next: Input, Output, and How a Computer Actually Starts Up 🔒