Digital Communication Vocabulary

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