Erstellt von Alex Brownlie
vor mehr als 7 Jahre
|
||
Frage | Antworten |
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.) |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.