Flowcharts: Rajesh P Mca Iii Sem Bangalore University
Flowcharts: Rajesh P Mca Iii Sem Bangalore University
RAJESH P
MCA III SEM
BANGALORE UNIVERSITY
Table of contents
Flowchart
Categories of Flowchart
Flowchart
Flowchart Categories
SYSTEM FLOWCHARTS:
Design the process which will produce the desired result after taking
the input.
Test the flowchart by giving the test data and see if the desired
output is generated. If not make appropriate changes iin the
process and repeat the process.
Input/output
information.
Processing
or data flow.
MERITS OF FLOWCHARTS
Communication:
Effective analysis:
With the help of flowcharts, problem can be analyzed in
an effective way.
Proper documentation :
flowcharts serve as a good program
documentation, which is needed for
various purposes.
Efficient coding :
The flowcharts acts as a guide or blueprint
Proper debugging:
flowcharts helps in debugging process.
Demerits of flowcharts
All though flowchart is a very useful tool, there are a few limitations in using
flowcharts which are listed below.
Complex logic :
Sometimes the program logic is quite complicated.in that
case, flowchart becomes complex and clumsy.
Input A,B,C
SUM A+B+C
Output SUM
Stop
THANK YOU