Sequence , Flow Chart , Control Flow and Data Manipulation
Sequence , Flow Chart , Control Flow and Data Manipulation
Sequence
1.Sequence:
• Definition: A sequence is a linear or sequential
execution of instructions or activities, where each step
follows the previous one in a predetermined order.
• Use Cases: Suitable for simple, straightforward tasks
where the order of operations is critical.
Flow Chart
• Definition:
• A flowchart is a visual representation of a process or
algorithm, using symbols and arrows to depict the flow
of steps and decision points.
• Use Cases:
• Useful for complex processes with multiple paths and
decision points, providing clarity and flexibility.
Control Flow
• Definition:
• Control flow refers to the order in which instructions or
statements are executed within a program or process.
• Use Cases:
• Determines how a program moves from one statement
to another, based on conditions and decisions.
Data Manipulation : Variables