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