A flowchart can be described as a representation of a process or an algorithm in a sequential manner (stepwise) in the form of diagrams. These steps are made of symbols that are connected to one another with the help of arrows. These arrows are used to show the direction of the process.
There are mainly four symbols that are used to describe a flow chart, which includes-
Oval or Pill Shape- This type of symbol is used to depict the start or the end of a process.
Rectangle Shape- This type of symbols is used to describe the process
.
Diamond Shape- This type of symbol is used to represent decision
s.
Parallelogram- This type of symbol is used for the representation of an input or an output.