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