Across
- 2. One of the five main coding lanquages
- 3. Research, plan, and acquire materials for the activity you are about to do
- 5. Carefully think back on something with the intention of improving the outcome in the future
- 7. Something a program checks to see if it is true before allowing an action
- 10. Also known as a step interval
- 12. A variable used throughout a program that never changes value
- 14. A piece of code that you can easily call over and over again
- 15. To do something again
- 17. Structured Query Language
- 18. A loop that continues to repeat while a condition is true
Down
- 1. A label for a piece of information used in a program
- 4. One of the four types of coding
- 6. Statements that only run under certain conditions
- 8. A command that tells you to do something only up to the point that something becomes true
- 9. A message on the computer screen that waits for input from the user
- 11. Figure out the details of the problems that you are trying to solve
- 12. An instruction for the computer. Many commands put together make up algorithms and computer programs
- 13. The action of doing something over and over
- 14. Loops that have a predetermined beginning, end, and increment (step interval)
- 16. Attempt to do something
