Characters
What is a set of steps that create an ordered approach to a problem solution?
Algoritm
1. Leave classroom. 2. Turn right out of school building. 3. Walk 1.2 miles. 4. Turn right on street. 5. Go to 4th house.
What is an example of an algorithm.
Finding the problem and correcting it
What is debugging
A piece of code that you can use over and over to help simplify a program
What is function?
A placeholder for a piece of information that can change
What is a variable