CodeSpark Coding Vocabulary

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