Year 11 - Computing
Developing code for a programming project
Python programming project
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 11 - Computing
Python programming project
In this unit pupils will have the opportunity to apply the skills and knowledge they have developed in previous programming units by approaching a practical project. They will apply software design, product design and testing principles to take their project from initial design to working prototype.
You will learn to develop and write code that meets functional requirements.
Functional requirements define the specific actions or behaviours that a software system or application must perform. Functional requirements can be split into the inputs, processes and outputs of a program.
defines the specific actions or behaviours that a software system or application must perform. Add one real device or system example to prove understanding.
Mistake: The append() method will replace the existing contents of a list. Correction: The append() method will add an item to the end of an existing list but it will not replace or overwrite any existing items in a list.
Browse all guides in the Year 11 Computing guide library.