Flow chart is a pictorial representation of step by step solution of a program.
| S.No | Symbol | Symbol Name | Description |
|---|---|---|---|
![]() | Oval | Terminal use for start and stop | |
![]() | Rectangle | Processing box | |
![]() | Parallelogram | Input/Output Box | |
![]() | Rhombus | Decision Box | |
![]() | Arrows | Direction of flow | |
![]() | Circle | Connector |

Advantages of Flow Chart
Example: Draw a flow chart to find the sum of 2 numbers.
Ad: