Edexcel GCSE Computer Science

2.6.2: understand the concept of passing data into and out of subprograms (procedures, functions)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
Functionsubprogram that can have parameters and always returns a value
Parameterdata that can be passed from one part of code into a subprogram
Proceduresubprogram that can have parameters but doesn't return a value
Return valuedata that is passed out of a function back to the part of code that called that function
Subprograma procedure or function (a reusable section of code with a name)
Keyword games:
Resources: