top of page
STAGE 1: CODE
Level 8: Conditionals
GOAL
Build algorithms using conditionals to move the bee to the flower and collect nectar
Objective
Create algorithms using conditionals to program Scrat to move to the acorns.
Vocabulary Review
Algorithm: List of rules
​
Bug: Mistake (in our list of rules)
​
Debugging: Finding and fixing mistakes in the list
​
Loop: Repeats (a command or commands a certain number of times) and saves us time.
​
Action: Is a "Special" block that makes a character do something other than move. For example: "Sing a song" or "Dance" would be action blocks.
​
Event: Cause and effect....For example: When you press the "UP" button the character moves up.
​
Connected Loops: When an algorithm has more than one loop along the sequence.
​
Conditionals: The character will only move if the "condition" is true.
Example: Move forward IF there is nothing in your way.
ACTIVITY
Click on the picture to start!
Don't forget to log your activity after to earn your points by clicking on the star below!
CLAIM MY POINTS!
After your activity click on the star to let Mr. Kohr know you've completed the stage.
​
You might have to answer a question or two!
bottom of page