Learn Alice in FREE step-by-step lessons.
Unit III: Control Structures

In this module, you will use arithmetic operators to move the characters to precise locations, to find totals, and other calculations.
Please study the material at each of the links below.
Counter Loops: Using a while loop to count using counter=counter+1- Counter: Using an endless loop to count using counter=counter+1
3 Guys take turns counting: Using a while loop to count using counter=counter+1
Calculate Distance to Move Bunny: Distance to move to be next to something
Calculate Distance to Move Skater: Distance to move to be next to something
Writing functions: Create a function to get distance to move next to something- Loop to add numbers: A loop to add numbers uses a running total: total=total + number
- Loop to add numbers and find smallest and largest: The first value is the smallest and largest so far.
Self Study Questions: What have you learned?
Discussion questions: What do you think?
Glossary for calculations lesson
Full Glossary