Erstellt von Daniel Smillie
vor fast 7 Jahre
|
||
Frage | Antworten |
Subroutine | A block of named code designed to carry out a specific task. |
Function | A subroutine that returns a value. |
Built-in Function and Libraries | Programming language come with many built-in functions which perform common tasks. E.g. sqrt, len, asc, chr, round |
Parameter | Identifies data being passed into a subroutine |
Argument | An item of data being passed into a subroutine |
Local Variable | A variable that is only available in specific subroutines and functions |
Global Variable | A variable that is available anywhere in the program |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.