Data Structures

5. Data Structures#

Syllabus Points Covered
Programming fundamentals
Data for software engineering
  • Create data dictionaries as a tool to describe data and data types, structure data, and record relationships

  • Use data structures of arrays, records, trees and sequential files

    • arrays

    • records

    • sequential files

Developing solutions with code
  • Implement data structures that support data storage

    • single and multidimensional arrays

    • stacks

  • Determine typical errors experienced when developing code, including syntax, logic and runtime, and explain their likely causes

Chapter Contents