Computer Fundamentals

Inside the Box

Click your favorite game. Now follow the trip — disk → memory → CPU → GPU → screen, 60 times a second.

Inside the Box — interactive video preview

What you'll learn

  • Disk
  • Memory (RAM)
  • CPU
  • GPU
  • Screen

In this video

Okay, watch this. You double-click your favorite game — easy, right? But the second you click, this whole hidden adventure kicks off inside your computer. Let's follow it, step by step, and see every part that wakes up to make your game appear.

First stop, the disk. Think of it like a giant shelf that remembers everything, even when your computer's off. Your whole game — every level, every sound — sits on it as a huge pile of bytes. Right now, the CPU is asking the disk for it.

Here's the thing — the disk is kinda slow. So the game gets copied into RAM, which is the computer's fast workspace. Watch the bytes fly over and fill it up. RAM is like a million times faster to read from than the disk. That's why games take a few seconds to load.

Now the CPU — the computer's brain — gets to work. It pulls instructions out of RAM and runs them, one after another, super fast. Move the character. Did anything bump? Spawn an enemy. Add points. Look at that counter — billions of tiny calculations every single second.

When it's time to actually draw the picture, the CPU taps in the GPU. See those little parallel lanes? The GPU has thousands of them, all painting pixels at the same time. The CPU does one thing super fast. The GPU does a million tiny things at once. Together — boom, a frame.

And then the frame lands on your screen. You see it, you tap a key, and the whole loop starts over. CPU updates, GPU draws, screen shows, you react. [pause:400] This entire trip happens sixty times a second. Every second you're playing.

Your turn. Tap any part to switch it off and see what breaks. No disk? Nothing to load. No GPU? The game runs but you see nothing. Try a few — every single part has a job, and the game stops the second one's missing.

So here's the whole trip. You click. The disk hands the game to memory. The CPU runs it. The GPU draws it. The screen shows it. And it loops, sixty times a second. Every game, every app, every time — that's what's happening inside the box.

Topics

#Disk#Memory (RAM)#CPU#GPU#Screen

Ready to try it yourself?

Inside the Box is a hands-on interactive video — watch it, then play with the idea live in your browser. Free, no sign-up.

Open in Kekula →