Year 11 - Computing
Project design
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 create a structured design for a programming project.
Structured design is the process of planning a program in detail before you start to write any code. This design stage is essential for developers to understand the program's requirements and how it will function.
a diagram that uses symbols to document the logic of an algorithm. Add one real device or system example to prove understanding.
Mistake: Pseudocode can be executed by a computer. Correction: Pseudocode cannot be executed by a computer. Pseudocode must be translated into a real programming language such as Python, Java or C# for it to be executed by a computer.
Browse all guides in the Year 11 Computing guide library.