Coding 1 - Vocab Quiz #2B

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