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