03_Algorithms_II
03_Algorithms_II
• Selection
• Loop
Basic Control Structures
• Sequence
• Steps that execute in sequence are
represented by symbols that follow
each other top to bottom or left to
right.
Basic Control Structures
• Selection
• Once the condition is evaluated, the
control flows into one of two paths.
• Loop
• Either the processing repeats or the
control leaves the structure.
Algorithms