Across
- 2. a set of characters
- 4. used to store many related data values
- 5. keyword used to repeat code indefinitely
- 7. some code that can be reused within a program
- 8. used to select one of several lines of code
- 12. a collection of instructions
- 14. the name of the language used a lot on webpages
- 17. a line in a computer program
- 19. type of instuction used to get data into a program at run time
- 20. a statement that changes data
Down
- 1. named piece of data
- 2. the order of execution of the program statements
- 3. means giving a variabel a value
- 6. type of number with only whole values
- 7. keyword used to repeat code a set number of times
- 9. type of number with a decimal part
- 10. information used in a program
- 11. another word for changing data
- 13. used to specify how many times to repeat code
- 15. the name of the language we use at school
- 16. type of instruction used to show data to a user at run time
- 18. used to repeat commands
