code.org vocab

123456789101112131415
Across
  1. 1. Part of a program that does not work correctly
  2. 3. write code,or to write instructions for a computer
  3. 8. Finding and fixing problems in an algorithm
  4. 10. statements that only run under certain conditions
  5. 12. Putting commands in correct order so computers can read the commands
  6. 14. An algorithm that has been coded into something that can be run by a machine
Down
  1. 2. a command that tells you to do something only up to the point that something becomes true
  2. 4. action that causes something to happen
  3. 5. loop: a loop that continues to repeat while a condition is true
  4. 6. The art of creating a program
  5. 7. a named group of programming instructions. functions are reusable abstractions that reduce the complexity of writing and maintaining programs.
  6. 9. a statement that a program checks to see if its true or false. if true, an action is taken. otherwise the action is ignored
  7. 11. The action of doing something over and over again
  8. 13. An instruction for the computer. Many commands put together make up algorithms and computer programs
  9. 15. do something again