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