Computer Science(1)

123456789101112131415161718192021
Across
  1. 2. type the category of a value (such as string or integer)
  2. 4. exact spelling, symbols, and order of the code
  3. 6. a set of step by step instructions that does a specific task
  4. 10. a piece of code that produces a value
  5. 13. symbols that affect neighboring values
  6. 15. increase a variable by an amount
  7. 16. information a program receives from a user
  8. 17. a single line of code that performs an action
  9. 18. decrease a variable by an amount
  10. 20. a whole number
  11. 21. get the remainder after division
Down
  1. 1. a series of letters, numbers, and symbols surrounded by double quotation marks
  2. 3. a storage container for for information (data)
  3. 5. a single piece of data; can be stored in a variable
  4. 7. process of storing information in a variable
  5. 8. a number with a decimal point
  6. 9. a value that is not in a variable
  7. 11. encloses information in functions like print() and input()
  8. 12. joining two strings together with the + symbol
  9. 14. information a program gives to the user, such as text
  10. 19. conversion treats one data type like another