Y7

5j: Define a condition

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
boolean expressiona question with an answer of either true or false
boolean valueeither true or false
conditionan expression that will be evaluated as either true or false
evaluatereplacing variables with their values and performing all operations necessary until you're left with a single value
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 + (add) or - (subtract)
Keyword games:
Resources: