GC-GCSE-datatype

123456789101112
Across
  1. 3. change a value from one data type to another
  2. 4. data type - True or False
  3. 6. data type - a decimal number
  4. 8. data type - a single letter, digit or symbol
  5. 9. data type - a decimal number
  6. 11. data type - whole number
  7. 12. setting a variable to a new value
Down
  1. 1. a named place in memory where values are stored. The names are used to access and change the values in a program
  2. 2. function used to display numbers and text
  3. 3. joining two strings together.
  4. 5. a symbol that determines what operation should be performed
  5. 7. data type - text
  6. 10. data type returned by the input() function