Year 10 - Computing
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 describe the differences between lists and arrays and use a list in a program.
Data structures are used to store data in an organised and accessible way. Data structures can be static or dynamic.
a data structure that has a fixed size in memory. 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.