What is Programming?
🎯 Objectives:
Understand what programming is
Learn how computers follow instructions (code)
📘 Explanation:
Programming is telling a computer what to do using special instructions called code. You’re the boss, and the computer does exactly what you say!
💻 Example (in Pseudocode):
markdown
Copy
Edit
1. Wake up
2. Brush your teeth
3. Eat breakfast
🛠️ Exercise:
Write 5-step instructions for a robot to make a sandwich.
Discuss how important the order of commands is.

