Programming_Yr10

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