πΊοΈ Map βΊ
⚔️ Apprentice βΊ
🗺️ Abstraction & Algorithms
Lesson 4 β Plan Like a Pro: Pseudocode and Flowcharts
β± 20–25 minutes 💻 Web ordering game (play right away, no prep needed)
π‘ Before writing code, real warriors write the "battle plan" — pseudocode is a plan humans can read and convert straight into code
π¨βπ©βπ§ Notes for parents
Level: Apprentice β roughly Grade 7 / ages 12β13 Duration: 20β25 minutes Format: Web ordering game (play right away, no prep needed) Concept: Before writing code, real warriors write the "battle plan" β pseudocode is a plan humans can read and convert straight into code
Learning Objective
Kids order the pseudocode of real programs, including decision points (if...) and loops (repeat until...) β ready to convert to Python next lesson.
Do It Together (Parent-Child Co-participation)
Have your child write pseudocode for "how to cook the family's favorite dish" (using Start / If / Repeat / End), then follow the plan 100% literally β wherever it gets weird, that's a bug in the plan!