Criado por Alex Brownlie
mais de 7 anos atrás
|
||
Questão | Responda |
Name the 3 types of programming constructs. | Sequence, iteration and branching. |
What is the difference between local and global variables? | Global variables can be called throughout the program whereas local variables can only be called within a function. |
What does IDE stand for? | Integrated Development Environment |
What is recursion? | Recursion refers to a function calling itself (within its own definition.) |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.