Coding I - Vocab Quiz #2

12345678910111213141516
Across
  1. 3. a message on the computer screen that waits for input from the user
  2. 5. figure out the details of the problems that you are trying to solve
  3. 10. loops that have a predetermined beginning, end, and increment (step interval)
  4. 11. a label for a piece of information used in a program
  5. 13. the action of doing something over and over again
  6. 14. statements that only run under certain conditions
  7. 16. to do something again
Down
  1. 1. research, plan, and acquire materials for the activity you are about to do
  2. 2. an instruction for the computer (many commands put together make up algorithms and computer programs)
  3. 4. a command that tells you to do something only up to the point that something becomes true
  4. 6. a variable used throughout a program that never changes value
  5. 7. a piece of code that you can easily call over and over again
  6. 8. something a program checks to see if it is true before allowing an action.
  7. 9. a loop that continues to repeat while a condition is true
  8. 12. carefully think back on something with the intention of improving the outcome in the future
  9. 15. attempt to do something