CS VOCAB

123456789101112131415161718192021
Across
  1. 3. Not giving up.
  2. 5. Used to divide and organize music.
  3. 8. to write code, or to write instructions for a computer.
  4. 12. Loop - Loops that have a predetermined beginning, end, and increment (step interval).
  5. 13. An error in a program that prevents the program from running as expected.
  6. 14. - An instruction for the computer.
  7. 15. A list of steps to finish a task.
  8. 17. Where two sides of a shape come together, measured in degrees.
  9. 18. - Statements that only run under certain conditions.
  10. 20. A silent space in musicwhere no sound is played.
  11. 21. A way to tell the computer to do the same thing over and over.
Down
  1. 1. Finding and fixing errors in programs
  2. 2. - To do something again.
  3. 4. An algorithm that has been coded into something that can be run by a machine.
  4. 6. Putting commands in correct order so computers can read the commands.
  5. 7. - A piece of code that you can call over and over again.
  6. 9. - A label for a piece of information used in a program.
  7. 10. A graphic on the screen with a location, size, and appearance.
  8. 11. - Something a program checks to see if it is true before allowing an action.
  9. 13. An action that a sprite performs continuously until it’s told to stop.
  10. 16. Loop - A loop that continues to repeat while a condition is true.
  11. 19. - The action of doing something over and over again.