Data Structures (AQA GCSE Computer Science)

Revision Note

James Woodhouse

Expertise

Computer Science

Data Structures

What is a data structure?

  • A data structure is a way of organising and storing data in a computer
  • There are many data structures in computer science and they are each used for various purposes, these include:
    • Arrays
    • Lists
    • Records

Where are data structures used?

  • Data structures are used in almost every program ever created
  • Arrays and lists are used in programs to store a collection of data under one identifier
  • Records are used to store a collection of data about an object or person
  • More information about each of these data structures is available in this programming section

Examples of real-world use

  • 2D Arrays can act like a table to store information such as usernames and passwords
  • A car showroom would have a database of their cars in stock and they would have a record for each car which would include information such as
    • Make
    • Model
    • Colour
    • Year it was made
  • A search engine would make use of a data structure called a hash table to store keyword information

Example of a hash table

Example of a hash table data structure

You've read 0 of your 0 free revision notes

Get unlimited access

to absolutely everything:

  • Downloadable PDFs
  • Unlimited Revision Notes
  • Topic Questions
  • Past Papers
  • Model Answers
  • Videos (Maths and Science)

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Did this page help you?

James Woodhouse

Author: James Woodhouse

James graduated from the University of Sunderland with a degree in ICT and Computing education. He has over 14 years of experience both teaching and leading in Computer Science, specialising in teaching GCSE and A-level. James has held various leadership roles, including Head of Computer Science and coordinator positions for Key Stage 3 and Key Stage 4. James has a keen interest in networking security and technologies aimed at preventing security breaches.