# Flowchart is a method to represent the algorithm in a graphical method.
# Flowchart is mainly represented by shapes.Every shape has certain meaning in flow.
Components of flowchart
Input/Output
Processing
Decision
Flow line
Start/Stop
Sequence flow - It means that a event was happened in a sequence manner without repetition.
Eg : morning exercise
Selection - It means that a event was happened in a selection manner.
Eg : mode of transportation
Repetititon - It means that a event was happened in repetition manner
Eg : if we failed in some entry task we have to repeat something
Loop : It means that a event repeat with some condition
Eg : Add only 10 random events.
# Flowchart is mainly represented by shapes.Every shape has certain meaning in flow.
Components of flowchart
Input/Output
Processing
Decision
Flow line
Start/Stop
Sequence flow - It means that a event was happened in a sequence manner without repetition.
Eg : morning exercise
Selection - It means that a event was happened in a selection manner.
Eg : mode of transportation
Repetititon - It means that a event was happened in repetition manner
Eg : if we failed in some entry task we have to repeat something
Loop : It means that a event repeat with some condition
Eg : Add only 10 random events.
Comments
Post a Comment