Page 365 - Ai_417_V3.0_C9_Flipbook
P. 365
Advantages of Flowchart
The advantages of a flowchart are as follows:
• It is a better way of communication due to its graphical representation.
• It is an effective way to solve and analyse a problem.
• It is an easier method of converting a program logic into a code using any programming language.
• It makes program or system maintenance easier.
• It is used in preparing documentation of an application or a process.
Disadvantages of Flowchart
The disadvantages of a flowchart are as follows:
• It is a time-consuming process.
• It is difficult to make flowcharts for complex and long programs.
• Modification of the program through flowchart is sometimes tedious.
Task #Coding & Computational Thinking
Make a flowchart for calculating the Simple Interest.
Introduction to Python 363

