Learning Outcomes
I can...
Success Criteria
Guides and Activities
plan a sequence of commands to solve a puzzle.
create my own function to reflect a specific pattern of behavior.
use a for loop to repeat commands a specific number of times.
use variables to store various types of information, and to store and update information in a program.
Describe what commands and sequences are.
Demonstrate the use of commands and sequences in an everyday situation.
Code using commands in a sequence.
Describe what functions and function calls are.
Demonstrate the use of functions in an everyday situation.
Define their own functions
Call functions they’ve written.
Call functions from within other functions.
Describe what for loops are.
Demonstrate the use of for loops in an everyday situation.
Code using for loops.
Describe what variables are.
Demonstrate the use of variables in an everyday situation.
Code using variables.
Commands (pp. 16-39)
Functions (pp. 40-65)
For Loops (pp. 66-84)
Variables (pp. 85-107)