CA 2 > 2.4.1 Using sequence, selection (branching) and iteration within programs and algorithms > Flashcards
State:
3 constructs used when creating algorithms
Define:
Sequence
Running a list of instructions in a strict order, the main logical structure of algorithms and programs
Define:
Selection
Making a decision to dictate the flow of a program
Define:
Iteration
Repeating a set of instructions