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