Computer Applications
Answer
A flowchart is a pictorial representation of various steps involved in a process. It is used to depict flow of an algorithm. It is constructed with the help of boxes and arrows (flow lines). As a flowchart depicts the flow of operations, any error in logic can be easily detected.
The features of a flowchart are as follows:
- It is an easy method of communication.
- It is independent of any programming language.
- It is the key to correct and accurate programming.
- It helps to plan and design a new system.
- It clearly indicates the task to be performed at each level.