Computer Science Fundamentals Crossword

1234567891011121314151617181920
Across
  1. 4. A list of steps to finish a task.
  2. 5. The language that programmers create and use to tell a computer what to do.
  3. 6. A piece of code that you can easily call over and over again.
  4. 8. To do something again.
  5. 10. An algorithm that has been coded into something that can be run by a machine.
  6. 12. Doing something on the internet, usually again and again, to make another personal feel angry, sad, or scared.
  7. 14. Trying again and again, even when something is very hard.
  8. 15. The action of doing something over and over again.
  9. 17. The art of creating a program.
  10. 20. Feeling annoyed or angry because something is not the way you want it.
Down
  1. 1. loop A loop that continues to repeat while a condition is true.
  2. 2. Using the power of computers to solve problems.
  3. 3. The common programming structure that implements "conditional statements".
  4. 7. A placeholder for a piece of information that can change.
  5. 9. Statements that only run under certain conditions.
  6. 11. Cause the computer to execute the commands you've written in your program.
  7. 13. Able to be relied on as honest or truthful.
  8. 16. An instruction for the computer. Many commands put together make up algorithms and computer programs.
  9. 18. An error in a program that prevents the program from running as expected.
  10. 19. Finding and fixing problems in an algorithm or program.