Sagot :
Answer:
Flowchart Advantages
- Flowcharts are easier to understand.
- It helps us to understand Logic of given problem.
- It is very easy to draw flowchart in any word processing software like MS Word.
- Using only very few symbol, complex problem can be represented in flowchart.
- Software like RAPTOR can be used to check correctness of flowchart drawn in computers.
Flowchart Disadvantages
- Manual tracing is needed to check correctness of flowchart drawn on paper.
- Simple modification in problem logic may leads to complete redraw of flowchart.
- Showing many branches and looping in flowchart is difficult.
- In case of complex program/algorithm, flowchart becomes very complex and clumsy.
- Modification of flowchart is sometimes time consuming.