Year 10 - Computing
2D arrays and lists
Programming: strings and lists
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 10 - Computing
Programming: strings and lists
This unit introduces pupils to string-handling techniques, they will explore how a string can be iterated over using a loop and sliced to create substrings. Pupils will be introduced to arrays and lists and explore the differences between the two. They will manipulate with a variety of list methods.
You will learn to define and use two-dimensional lists.
A list is used to hold multiple elements under one name. A two-dimensional list allows you to hold a list as one element.
a dynamic data structure that can contain items of different data types. Add one real device or system example to prove understanding.
Mistake: Arrays and lists behave in the same way. Correction: An array has a predefined fixed size. A list can vary in size throughout program execution.
Browse all guides in the Year 10 Computing guide library.