KnowledgeBoat Logo

Computer Applications

Define the term flowchart. Write any two advantages of a flowchart.

Algo & Flowcharts

72 Likes

Answer

A flowchart is a pictorial representation of the steps of an algorithm used to solve a particular problem. Two advantages of a flowchart are:

  1. Communication — The pictorial representation of the flowchart provides better communication. It is easier for the programmer to explain the logic of a program.
  2. Effective Analysis — It is a very useful technique, as flowchart is a pictorial representation that helps the programmer to analyze the problem in detail.

Answered By

42 Likes


Related Questions