GCSE Computer Science (AQA)

Topic Summaries

ALGORITHMS AND PROGRAMMING: Programming techniques

Records

  • A record is a collection of related fields (like a row in a table).
  • Each field can be a different data type.
  • Records group related data under a single structure. This is useful for storing information about people, books, products, etc.

student = {

name”: “Alex

age”: 16

grade”: “B

}

Unlock Records

Sign up to unlock the rest of this topic — plus every other topic, video, flashcard set and eBook guide in your SnapRevise Digital subscription.

Cancel anytime — instant access the moment you sign up.