Year 10 - Computing
List methods
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 use a list to return multiple values from a function.
List methods can be use to alter the contents of a list. A function returns a value.
add an item to the end of a list. Add one real device or system example to prove understanding.
Mistake: A function can only ever return one value. Correction: A list can be used to return multiple values from a function.
Browse all guides in the Year 10 Computing guide library.