Y9

6l: Call functions and use the results they return in expressions.

Keywords:
Physical Computing
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
expressionpart of a line of code which combines values, operators and function calls
functiona reusable part of a program with its own name, that calculates and returns a value
function callthe code that tells the function to actually run
function definitionthe code that determines what a function does when it is called
operatorsspecial symbols (like add, subtract, divide or multiply) which can be used in expressions to perform calculations
parameterdata that is passed into a function to customise what it does
return valuethe data which is passed back out to the code which called a function
Keyword games:
Resources: