Year 10 - Computing
Logical operators
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 use logical operators to build more complex selection statements.
Logical operators are often used when you need to evaluate multiple relational expressions to return a single value. Logical expressions return as either True or False. The three basic logical operators are and, or, and not.
an expression that combines relational and logical operators. Add one real device or system example to prove understanding.
Mistake: A logical expression can only check one value. Correction: Logical expressions can combine relational and logical operators to check multiple values or inputs.
Browse all guides in the Year 10 Computing guide library.