Y7

5m: Modify a program to include selection

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
conditionan expression that will be evaluated as either true or false
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)
modifychange a program
operatora symbol that performs an operation such as + (add) or - (subtract)
programstep by step instructions that can be executed on a computer
selectionwhen a program has to make a choice about what to execute next based on a condition
Keyword games:
Resources: