These simple puzzles take common activities already used in primary school and add a programming context for pre-coders.
Programmers ‘sequence’ instructions: putting them in the right order. Sequences are often placed into ‘loops’, doing the same sequences of instructions over and over. Sequences and loops occur in nature too. Lifecycles, for example, are sequences of events happening in a loop.
In these puzzles the cycles are fitted in to a flow chart style diagram familiar to programmers. If you were programming a cartoon about the life cycle of frogs, for example, you’d need to code the same looping sequence. The flow chart version might correspond to the storyboard design created to help code the actual program.
Send primary school students to our ‘Bit of CS4FN’ sequencing and looping puzzle page to find these puzzles
Lifecycle of a frog
Cut out and place these pictures from the lifecycle of a frog in to the given loop. Start with the frogspawn and make sure you put them in the right sequence.
- Puzzle Sheet: Lifecycle of a frog sequencing puzzle
- Solution Sheet: Lifecycle of a frog sequencing puzzle
More sequencing and looping puzzles to come…