Audience | Secondary |
---|---|
Level | Year 7-10 |
Discipline | Programming |
Topics | Procedures, Computational thinking, Decomposition, Logo, Scratch, Python |
A collection of programming lessons covering flowcharts, procedures and more using Scratch and Python.
This presentation introduces the concept of procedures by asking students to consider a procedure to be similar to a recipe.
This lesson takes students through creating a Space Invaders game using Scratch.
Continuing with Scratch, students are prompted to create their own customised racing game.
Python code example. Converts a decimal input into binary. Uses a while loop to iterate. Requires Python 3.
Python code example. Converts between text and morse code both ways. Uses a dictionary to store letter-code pairs and a for loop. Requires Python 3.