Flowcharts

Homepage

Start/Stop

SEQUENCES

Decomposition

Sequencing is the order of execution of operations in an algorithim.

SELECTIONS

Abstraction

Selection is process of making the decision to execute on operation over another.

ITERATIONS

Algorithmic Thinking

Iteration is process of repeating the same operation until it is true.