2. Data Types

Students Learn About:

Data types
  • data types used in solutions, including:
    • integer
    • string
    • floating point/real
    • boolean
  • integer representation in binary, decimal and hexadecimal
  • characters represented as numbers in binary, decimal and hexadecimal 
  • limitations of particular data types
  • data structures, including:
    • one-dimensional array
    • record
  • use of records in sequential files
Students Learn To:

  • interpret and use an ASCII table
  • identify the maximum decimal value that can be stored in a given number of bits 
  • recognise the impact of the use of an inappropriate data type
  • select the most appropriate data type for the solution to a particular problem and discuss the merit of the chosen type
  • create a data dictionary which defines the data appropriately
Subpages (1): Student Activity
Comments