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