Computer

Lecture on Flow Charts

Lecture on Flow Charts
Principle purpose of this lecture is to present on Flow Charts. In this lecture briefly explain basic flow chart Symbols
description of each symbols (few sample flowcharts); Rules and example. The terminal symbol is used to indicate the beginning (start), end (stop), and pauses (Half) in the program logic flow. The input/output symbol is used to denote any function of an input/output device in the program. The decision symbol is used in a flowchart to indicate a point at which a decision has to be made, and a branch to one of two or more alternative points is possible.