Storing data

?
  • Created by: Tomiwaq
  • Created on: 06-05-19 20:05
View mindmap
  • Storing data
    • Records and different data types
      • A record is a type of data structure
      • Records can store different data types
      • An item in a record is called a field
        • Each field is given a data type and field name
      • Records are fixed in length
    • Keeping related information
      • Once a record structure has been created, you can assign it variables
      • With a variable name you can access all of the record or part of it
      • If you have multiple variables with the same record structure you can put them in an array

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »