Creado por Daniel Smillie
hace casi 7 años
|
||
Pregunta | Respuesta |
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 |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.