Y7

5n: Create expressions that use arithmetic operators (+ - / *)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
-arithmetic operator which performs subtraction
*arithmetic operator which performs mutliplication
/arithmetic operator which performs division
+arithmetic operator which performs addition
arithmetic operatora mathematical operator which can perform addition, subtraction, division or multiplication
expressionvalues and or variables combined using operators or functions
functionnamed section of code which processes an input and returns an output. e.g. average(1,2,3) is a function which returns the average value (2) of the input (1, 2 and 3)
operatora symbol that performs an operation such as > (greater than) or - (subtract)
Keyword games:
Resources: