Zebra0.com
Glossary for Alice Programming: calculations
Education Resources
Privacy
Contact
Topics
Algorithms
Alice 3
C++
C# Windows
RGB Colors
Computer Basics
Computer Concepts
Faculty resources
HTML5
Java
Systems Analysis and Design
Visual Basic
Glossary for Alice Programming: calculations
Learn Alice in FREE step-by-step lessons.
bunny-gopherhole:
Calculate Distance to Move Bunny
(Lesson:
Calculations and Functions
)
   
Distance to move to be next to something
counter-loop:
Counter Loops
(Lesson:
Calculations and Functions
)
   
Using a while loop to count using counter=counter+1
counter2:
3 Guys take turns counting
(Lesson:
Calculations and Functions
)
   
Using a while loop to count using counter=counter+1
discussion:
Discussion questions
(Lesson:
Calculations and Functions
)
   
What do you think?
distance:
Calculate Distance to Move Skater
(Lesson:
Calculations and Functions
)
   
Distance to move to be next to something
functions:
Writing functions
(Lesson:
Calculations and Functions
)
   
Create a function to get distance to move next to something
questions:
Self Study Questions
(Lesson:
Calculations and Functions
)
   
What have you learned?
total-loop:
Loop to add numbers
(Lesson:
Calculations and Functions
)
   
A loop to add numbers uses a running total: total=total + number
total-loop2:
Loop to add numbers and find smallest and largest
(Lesson:
Calculations and Functions
)
   
The first value is the smallest and largest so far.
Full Glossary