Programming
Techniques
Algorithm
Flowchart
A flowchart is a systematic
pictorial representation of the steps to be followed to solve a problem or
perform a particular task. It uses boxes of different shapes to denote
different types of instructions.
The actual instructions are
placed in the various boxes which are connected by arrow to indicate the order
of execution.
Advantages of Flowchart
The advantages of
flowchart are:
It acts as a vase for
writing the actual code in a high-level Language.
It helps I detecting,
locating and removing mistakes in a program.
It brings clarity and
improvement to a process.
It helps the
programmer in developing the program logic and to serve as documentation for a
future reference for a completed program.
It helps in
explaining the program to others.
Rules for
Constructing Flowchart:
The rules for
constructing flowchart are:
The standard symbols
should be used to denote a type of operation.
List the activities
inside each symbol.
The arrowheads are
used to indicate the direction of flow of control in the problems.
Normally flow lines
should not cross each other.
The connectors
joining in the different pages must be adequately referenced when drawing a
chart on more than one sheet of paper.
Give a title for the
flowchart.
No comments:
Post a Comment