🔍 Can you solve this?
Let’s stop talking and start building! You’re about to learn how switches can be connected to form a thinking machine.
We’ll start with the AND rule—because it’s like a team. Everyone must agree before something happens.
🛠️ What’s an AND Gate?
It’s a logic piece that says:
“Only turn ON the light if both switches are ON.”
Imagine:
-
Switch A controls one wire
-
Switch B controls another wire
-
The wires join together and go to a bulb
If:
-
A is ON, but B is OFF → ❌ no light
-
B is ON, but A is OFF → ❌ no light
-
A is ON and B is ON → ✅ light!
💭 Why Is This Useful?
This lets computers check two things at once:
-
“Is this person logged in AND did they enter the right password?”
-
“Is the rocket full AND are the doors closed?”
Both must be true to go forward.