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

🔍 Why This Matters

AND is powerful—but it’s not the only way to think. Computers use many rules to make smarter decisions.

Let’s now explore:

  • OR: Good when even one input is enough

  • NOT: Flips a decision

 

⚡ OR Gate – The Easygoing Rule

“Turn ON if at least one input is ON.”

Imagine:

  • You press button A → light turns ON

  • You press button B → light turns ON

  • You press both → light still ON

  • Only when both are OFF → light is OFF

This is useful for alerts:

  • “Is the door open OR the window broken?”

If either one is true, the alarm goes off.

 

🔄 NOT Gate – The Opposite Rule

“If it’s ON, make it OFF. If it’s OFF, make it ON.”

One switch goes in, the opposite comes out.

This helps flip decisions:

  • “If button is NOT pressed, show message.”

  • “If light is NOT detected, turn it ON.”

0% Complete