5
5
Definition
1. All boxes of the flowchart are connected with Arrows. (Not lines)
2. Flowchart symbols have an entry point on the top of the symbol with no other entry points. The
exit point for all flowchart symbols is on the bottom except for the Decision symbol.
3. The Decision symbol has two exit points; these can be on the sides or the bottom and one side.
• From the bottom of the page to the top of the same page.
6. All flow charts start with a Terminal or Predefined Process (for interrupt
programs or subroutines) symbol.
Problem3: Flowchart for an algorithm which gets two numbers and prints sum of their value
Problem4: Algorithm for finding the greater number between two numbers.
1) Communication: A Flowchart can be used as a better way of communication of the logic of a system and
steps involved in the solution, to all concerned particularly to the client of the system.
2) Effective analysis: A flowchart of a problem can be used for effective analysis of the problem.
4) Efficient Program Maintenance: Once a program is developed and becomes operational it needs time to
time maintenance. With help of flowchart maintenance becomes easier.
5) Coding of the Program: Any design of solution of a problem is finally converted into a computer
program. Writing code referring to the flowchart of the solution become easy.