CSF Express Coding Vocabulary Review

12345678910111213141516
Across
  1. 7. a piece of code that you can easily call over and over again
  2. 8. the art of creating a program
  3. 10. to write code, or to write instructions for a computer
  4. 12. a single image within an animation
  5. 14. something a program checks to see if it is true before allowing an action
  6. 15. an algorithm that has been coded into something that can be run by a machine
  7. 16. putting commands in correct order so computers can read the commands
Down
  1. 1. not giving up; trying things many different ways, many different times
  2. 2. the action of doing something over and over again
  3. 3. an attribute that describes an object's characteristics
  4. 4. a list of steps to finish a task
  5. 5. part of a program that does not work correctly
  6. 6. statements that only run under certain conditions
  7. 9. finding and fixing problems in an algorithm or program
  8. 11. an action that causes something to happen
  9. 13. an instruction for the computer