CodeSpark Coding Vocabulary
Across
- 2. steps to complete a task
- 4. a place where a program can store a single value that can change
- 8. find and fix errors (bugs) in programs
- 9. breaking down a problem into smaller parts
- 11. repeat a process many times to improve or make something better
- 12. a statement that only runs under certain conditions or situations (if__then)
Down
- 1. a single instruction in code
- 3. the order that commands are performed by a computer
- 5. a mistake or error in an algorithm that causes the computer to do something we don't want it to do
- 6. instructions that tell the computer what to do
- 7. to give a computer or machine instructions
- 10. repeat a sequence of instructions