Created by Daniel Smillie
almost 7 years ago
|
||
Question | Answer |
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 |
Want to create your own Flashcards for free with GoConqr? Learn more.