Code I - Vocab Quiz #2

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