Misc.
                Scanning through your code looking for errors manually.
What is debugging?
A number between 1 and 10, including 1 or 10
What is inclusive?
Step 1 of Structured Problem Solving.
What is what is the problem asking you to do?
If Scratch needs to constantly check to see if the condition is true, use this block.
What is a Forever block?
Flowchart shape which represents a connector in programming.
What is a circle?
+, -, / and * are all ____________ operators.
What are arithmetic operators?
What is the Join block?
<, > and = are all ____________ operators.
What are relational operators?
A physical diagram using shapes to create a program.
What is a flowchart?
Writing out a program using the language of the program.
What is pseudocode?