Physical Computing
Conditional Selection Physical Activities
These are great to use with pupils
- As an introduction before introducing a new type of conditional selection (5 minute activity)
- As a support activity when you spot pupils who don’t understand conditional selection within a loop in any block based programming language such as Scratch, Crumble, Blockly, Tickle etc
Conditional selection activities covered
- If block using two conditions separated by an AND
- If block single condition
- Three if blocks single conditions
- If else block single condition
- Two if else blocks single conditions
- If else block two conditions separated by an AND
- If else block two conditions separated by an OR
- If else block single NOT condition (I still find this one difficult to do)