Question | Answer |
Sequence / Subroutine / Function | The order in which lines of code run |
Iteration | Repeating a section of code |
FOR Loop | A piece of code that allows another piece of code to be repeated a certain number of times. |
WHILE Loop | Allows a piece of code to be repeated until a boolean condition is met. |
Sub-routine | A sub-routine is a piece of code that can be called on request in other parts of an application |
Parameter | A type of variable used in subroutines |
Want to create your own Flashcards for free with GoConqr? Learn more.