Calculations
on the data
Make a decision
variables
a variable is a name for a container1 that stores a value
1really a location in the computer memory
variables
data structures
binary
All data in a computer is stored as a binary number. Depending on context, the binary value 11100101 can be interpreted by the computer as
Calculations
on the data
calculations
Make a decision
Step-by-Step (top-to-bottom)
algorithm
if with else ifs
looping
(definite loop)
How many temperatures are calculated
looping
(indefinite loop)
bubble sort algorithm
number guessing algorithm