Y7

6f: Define a subroutine

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
callthe instruction to actually make a subroutine execute
definitionthe code which tells the program what to do when a subroutine is executed
parametersthe data going into a subroutine that can be used to customise what it does or how it works
subroutinea custom block of code which can be re-used and given a name to simplify larger programs
Keyword games:
Resources: