Year 10 - Computing
Programming project: selection I
Programming: selection
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 10 - Computing
Programming: selection
In this unit pupils will explore the benefits of good programing practices and why subroutines are used in programs. They will create conditions in programs which use arithmetic, relational and logical expressions. They will develop their understanding of selection and explore nested selection.
You will learn to design a solution to a problem that requires the use of selection.
When approaching a programming project there will be a set of requirements that the program must solve or meet. When approaching a programming project it is useful to follow the software development life cycle.
a way of expressing an algorithm that is independent of a specific programming language. Add one real device or system example to prove understanding.
Mistake: Pseudocode is the same as a programming language and must follow a particular syntax. Correction: Pseudocode is independent of a specific programming language and does not need to follow any particular rules. All that is required is that a programmer can read the pseudocode and understand how to implement it.
Browse all guides in the Year 10 Computing guide library.