C.S. Lessons 1-20 & Problem Solving Process Vocab

123456789101112131415
Across
  1. 2. - An algorithm that has been coded into something that can be run by a machine.
  2. 4. - Putting commands in correct order so computers can read the commands.
  3. 5. - A list of steps to finish a task.
  4. 7. - An action that causes something to happen.
  5. 9. - Part of a program that does not work correctly.
  6. 11. - Statements that only run under certain conditions.
  7. 12. - To do something again.
  8. 14. - A piece of code that you can easily call over and over again.
  9. 15. - A loop that continues to repeat while a condition is true.
Down
  1. 1. - An action that a sprite performs continuously until it’s told to stop.
  2. 3. - An instruction for the computer. Many commands put together make up algorithms and computer programs.
  3. 4. - A graphic on the screen with a location, size, and appearance.
  4. 6. - Finding and fixing problems in an algorithm or program.
  5. 8. - A command that tells you to do something only up to the point that something becomes true.
  6. 10. - Something a program checks to see if it is true before allowing an action.
  7. 11. - to write code, or to write instructions for a computer.
  8. 13. - The action of doing something over and over again.