Created by Daniel Smillie
almost 7 years ago
|
||
Question | Answer |
Sequence | Steps are executed one at a time, order of steps is order they’re written in, and hence the order that they are to be executed in, Each step is executed only once. |
Selection | The principle of choosing what action to take based on certain criteria. Allows a computer to compare values and then decide what course of action to take |
IF… THEN… ELSE… ENDIF | Program flow controlled by evaluation of a Boolean condition which evaluates to true or false. |
Want to create your own Flashcards for free with GoConqr? Learn more.