Wednesday, November 21, 2018

Flowcharts


Flowcharts

Flowcharts are used in designing and documenting simple processes or programs.
A flowchart is a type of diagram that represents an algorithm, workflow or process. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows. This diagrammatic representation illustrates a solution model to a given problem.

Basic Flow Chart Component

Mainly flowchart has 3 porcess
  • Sequence
  • Selection
  • Repetition

Symbols of flowchart

Flowline
Start or End
Process
Decision
Input/Output
Reference: wikipedia

No comments:

Post a Comment