AP Comp Sci P Crossword Puzzle

1234567891011121314151617181920
Across
  1. 3. What do you store data in so the value can change
  2. 4. What is a direct instruction for the computer to execute
  3. 5. What structure stores multiple values in one place
  4. 7. What data type holds letters words and characters
  5. 11. What data type only represents true or false
  6. 14. What do you call information the computer sends out
  7. 16. What input value can you pass into a function
  8. 17. What do you call repeating a block of code until a condition is met
  9. 18. What is a collection of instructions a computer can run
  10. 19. What structure repeats code multiple times automatically
  11. 20. What do you call data the user provides to a program
Down
  1. 1. What must be true or false for a decision to occur
  2. 2. What is it called when your program chooses between options
  3. 6. What concept involves hiding details to simplify a program
  4. 8. What is the part of the app the user sees and interacts with
  5. 9. What do you call the rules that define correct code
  6. 10. A step by step set of instructions to solve a problem
  7. 12. What reusable piece of code performs a specific task
  8. 13. What process involves finding and fixing errors
  9. 15. What triggers code when a user clicks or interacts