Year 9 - Computing
Mathematical operations in data structures
Python programming with sequences of data
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 9 - Computing
Python programming with sequences of data
In this unit pupils will discover how data is represented and processed in sequences, such as lists and strings. They will cover a spectrum of operations on sequences of data, that range from accessing an individual element to manipulating the entire sequence though real world practical activites.
You will learn to perform a range of mathematical operations on list items and return a result.
Mathematical operations can be performed using operators in Python. Mathematical operations can be performed on individual list items.
a symbol or word that instructs the computer to perform a specific calculation or action. Add one real device or system example to prove understanding.
Mistake: Mathematical operations cannot be performed on items held in a list; the items must first be stored in a new variable. Correction: Mathematical operations can be performed directly on list items by using an index value to reference the value used.
Browse all guides in the Year 9 Computing guide library.