Limitations of Flowcharts

Limitations of Flowcharts
In spite of their many obvious advantages, flowcharts have some limitations, which are as follows:
  1.  Flowcharts are very time consuming, and laborious to draw with proper symbols and spacing, especially for large complex programs.
  2.  Owing to the symbol-string nature of flowcharting any changes or modifications in the program logic will usually require a completely new flowchart. Redrawing a flowchart being a tedious task, many programmers do not redraw or modify the corresponding flowchart when they modify their programs. This leaves the programs and its flowchart in an inconsistent state. That is, the logic used in the program, and that shown in its flowchart, do not match. This defeats the purpose of use of flowcharts as documentation support for programs. To take care of this problem, many companies use software tools, which automatically generate flowcharts directly from the program code. These software tools read the program's instructions and draw flowcharts are drawn from program codes mainly for documentation purpose.
  3.  There are no standards determining the amount of detail that should be included in a flowchart.   

Comments

Popular posts from this blog

Flowchart...

Rules of Flowchart

Program Development PART 3