KnowledgeBoat Logo

Computer Applications

What is a flowchart? What are the features of a flowchart?

Algo & Flowcharts

186 Likes

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:

  1. It is an easy method of communication.
  2. It is independent of any programming language.
  3. It is the key to correct and accurate programming.
  4. It helps to plan and design a new system.
  5. It clearly indicates the task to be performed at each level.

Answered By

97 Likes


Related Questions