Criado por Daniel Smillie
quase 7 anos atrás
|
||
Questão | Responda |
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 |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.