Edexcel GCSE Computer Science

2.5.1: understand the purpose of, and how to use, arithmetic operators (add, subtract, divide, multiply, modulus, integer division)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
-subtraction operator
*multiplication operator
/division operator
+addition operator
Arithmetic Operatora symbol or symbols that performs a mathematical calculation using the data you seen next to them (e.g. + or -)
DIVinteger division (division ignoring the remainder)
MODmodulus operator (the remainder after dividing)
Keyword games:
Resources: