Course Content
Part 1: What Does the CPU Really Do?
What Is a CPU and Why Is It So Important? The Difference Between RAM, Storage, and the CPU What Happens When You Click a Button on Your Computer?
0/4
Part 5: How the CPU Talks to Memory and Storage
This part will explain how the CPU and memory are like two people trying to talk across a busy room — and why the CPU needs clever helpers like RAM and cache instead of going straight to the hard drive.
0/4
Part 6: Paths and Highways: How CPUs Talk to Everything
So far, we’ve learned how the CPU works with RAM, cache, and storage. But the CPU doesn’t live alone — it has to talk to memory, graphics cards, USB sticks, and more.
0/4
How Computers Think: Inside the CPU

Quick Recap

So far:

  • Lesson 1: We learned what a bus is (address, data, control).

  • Lesson 2: We saw how data actually travels across buses.

Now: Let’s zoom out and see how the CPU works with two of its closest friends:

  • The graphics card (GPU), which draws everything you see.

  • The motherboard, which is like the “city” where every part lives and connects.

🎮 The CPU and the Graphics Card (GPU)

The CPU is good at general tasks — doing math, logic, decisions, running programs.
But when it comes to pictures, games, and videos, the CPU would be way too slow if it did everything alone.

That’s why we have the GPU (Graphics Processing Unit).

  • The CPU tells the graphics card (GPU) what to draw.

  • The graphics card (GPU) does the hard work of drawing millions of pixels.

  • The graphics card (GPU) then sends the picture to the monitor.

They talk to each other through a very fast bus called PCI Express (PCIe).

  • PCIe is like a superhighway just for the graphics card (GPU) (and other add-on cards).

  • It has “lanes” (x1, x4, x8, x16). More lanes = more data per second.

  • A modern graphics card (GPU) usually uses x16 lanes, meaning it can move tons of data very quickly.

 

🖼️ Example: Playing a Game

  1. You press a key.

  2. The CPU says: “Player pressed left arrow! Character must move left.”

  3. CPU calculates new game logic (where the character should be).

  4. CPU sends a command over PCIe to the graphics card (GPU) : “Draw character at this new position.”

  5. GPU calculates all the pixels, lighting, shadows, and textures.

  6. GPU sends the final image to the monitor.

Without the graphics card (GPU), your CPU would choke on all that work.

 

🏙️ The Motherboard: The City of the Computer

Think of the motherboard as the city map where all parts are connected:

  • CPU is like the city hall (makes the rules).

  • RAM is like the office buildings (fast desks for working).

  • GPU is like the art museum (makes pictures for everyone to see).

  • Storage (SSD/HDD) is like the library (permanent memory).

  • The motherboard has the roads (buses, traces) that connect all these.

The motherboard also has a special helper called the chipset.

  • It manages connections between the CPU, RAM, storage, and smaller devices (keyboard, mouse, USB).

  • The chipset is like the city’s traffic manager — keeping the flow organized.

 

🔌 How They Physically Connect

  • The CPU sits in a socket on the motherboard.

  • The graphics card (GPU) sits in a PCIe slot.

  • RAM sticks go into memory slots.

  • Storage connects through SATA ports (older) or M.2 NVMe slots (newer, much faster).

All these parts are connected by wires etched onto the motherboard (called traces).
These traces are tiny copper lines, like roads on a map.

 

🌟 Recap

  • The CPU talks to the GPU to make pictures, games, and videos.

  • They use the PCI Express bus, which is super wide and fast.

  • The motherboard connects every part (CPU, RAM, graphics card (GPU), storage) with wires called traces.

  • The chipset helps organize the flow, like a traffic cop.

  • Together, they make sure every part can talk without confusion.

 

0% Complete