- Year 11
- AQA
Project design
I can create a structured design for a programming project.
- Year 11
- AQA
Project design
I can create a structured design for a programming project.
These resources will be removed by end of Summer Term 2025.
Switch to our new teaching resources now - designed by teachers and leading subject experts, and tested in classrooms.
These resources were created for remote use during the pandemic and are not designed for classroom teaching.
Lesson details
Key learning points
- 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.
- Tools like flowcharts provide a visual representation of a program's logic.
- Pseudocode offers a text-based, step-by-step description of a program's operation.
- Designing a program this way helps to prevent mistakes, saves time and makes final code easier to write and understand.
Keywords
Flowchart - a diagram that uses symbols to document the logic of an algorithm
Pseudocode - a way of expressing an algorithm that is independent of a specific programming language
Common misconception
Pseudocode can be executed by a computer.
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.
To help you plan your year 11 computer science lesson on: Project design, download all teaching resources for free and adapt to suit your pupils' needs...
To help you plan your year 11 computer science lesson on: Project design, download all teaching resources for free and adapt to suit your pupils' needs.
The starter quiz will activate and check your pupils' prior knowledge, with versions available both with and without answers in PDF format.
We use learning cycles to break down learning into key concepts or ideas linked to the learning outcome. Each learning cycle features explanations with checks for understanding and practice tasks with feedback. All of this is found in our slide decks, ready for you to download and edit. The practice tasks are also available as printable worksheets and some lessons have additional materials with extra material you might need for teaching the lesson.
The assessment exit quiz will test your pupils' understanding of the key learning points.
Our video is a tool for planning, showing how other teachers might teach the lesson, offering helpful tips, modelled explanations and inspiration for your own delivery in the classroom. Plus, you can set it as homework or revision for pupils and keep their learning on track by sharing an online pupil version of this lesson.
Explore more key stage 4 computer science lessons from the Python programming project unit, dive into the full secondary computer science curriculum, or learn more about lesson planning.
Equipment
Licence
Prior knowledge starter quiz
6 Questions
Q1.Which of the following best describes "modularity" in software design?
Q2.Why is "readability" important in programming?
Q3.Match each keyword with its correct description:
dividing software into independent sections
focusing on key aspects and ignoring less important details
ensuring code is simple to understand
making code easy to change and update
Q4.Which of these is NOT a benefit of modularity?
Q5.Why is abstraction useful in large projects?
Q6.Put these steps for planning a new software project in the correct order:
Assessment exit quiz
6 Questions
Q1.What is the main purpose of structured design in programming?
Q2.Which tool provides a visual representation of a program's logic?
Q3.Why is it helpful to use structured design before writing code?
Q4.What must happen before pseudocode can be executed by a computer?
Q5.Match each term to its correct description:
diagram that uses shapes to represent the logic of an algorithm
used to connect and show the direction of flow between steps
represents a function or procedure in a flowchart
represents a decision or branching point in a flowchart
represents a process or instruction in a flowchart