Edexcel GCSE Computer Science

2.6.3: be able to create subprograms that use parameters

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
Functiona subprogram that can receive zero or more parameters and always returns a value
Parameterdata passed into a subprogram that affects how it works. Treated as a local variable within that subprogram
Procedurea subprogram that can receive zero or more parameters but never returns a value
Subprograma named section of code that can be reused (procedure or function)
Keyword games:
Resources: