Coding vocab

123456789101112131415
Across
  1. 3. to write code, or to write instructions for a computer
  2. 6. a named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs.
  3. 8. a list of steps to finish a task
  4. 10. a part of a program that does not work correctly
  5. 11. an algorithm that has to be coded into something that can be run by a machine
  6. 12. putting commands in a correct order so computers can read the commands
  7. 14. finding and fixing problems in an algorithm or program
Down
  1. 1. an instruction for the computer. Many commands put together to make up algorithms and computer programs
  2. 2. do something again
  3. 4. loop a loop that continues to repeat while a condition is true
  4. 5. a statement that a program checks to see if it is true or false. If it is true an action is taken.Otherwise, the action is ignored.
  5. 7. the art of creating a program
  6. 9. the action of doing something over and over again
  7. 13. an action that causes something to happen
  8. 15. a command that tells you to do something only up to the point that something is true