Lists and linked lists A Level Resources

A Level Computer Science: Lists and linked lists

This module contains:

  • An editable PowerPoint lesson presentation
  • Editable revision handouts
  • A glossary which covers the key terminologies of the module
  • Topic mindmaps for visualising the key concepts
  • Printable flashcards to help students engage active recall
  • A quiz with answer key to test knowledge and understanding of the module
Compatible with the following examination boards
Lists and linked lists A Level Resources Image 1
Lists and linked lists A Level Resources Image 2
Lists and linked lists A Level Resources Image 3
Lists and linked lists A Level Resources Image 4
Lists and linked lists A Level Resources Image 5

Download →

Lists and linked lists

A list is an abstract data type that represents a finite number of ordered values, where the same value may occur more than once. Elements are referred to using the index values.  The elements are changeable. In Python, lists are created using square brackets.

This A Level Computer Science module introduces lists and linked lists to your students, explaining:

  • Lists
  • Programming lists
  • Linked lists
  • Implementing linked lists using arrays and object-oriented programming

More Data types, data structures and algorithms Modules

Lists and linked lists is one lesson in our Data types, data structures and algorithms module. The other theory lessons can be found below: