Year 10 - Computing
Arithmetic 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 a variety of arithmetic operators in a program.
Arithmetic expressions are used to calculate values. Arithmetic expressions can be used in selection statements. Expressions either return as True or False.
a symbol or word that instructs the computer to perform a specific calculation or action. Add one real device or system example to prove understanding.
Mistake: Just like addition, subtraction and multiplication there is only one type of division in programming. Correction: There are three types of division in programming; real, integer and modulo division. Each deal with remainder values differently and will be useful in different ways in programming.
Browse all guides in the Year 10 Computing guide library.