Flow Chart - STUDY NOTES

Post Top Ad

demo-image

Flow Chart



FLOW+CHART


It is a program designing tool which is designed to show the process logic of any program. It is a pictorial representation so it can be drawn on the paper only. It is free from any particular programming language. The process logic shown by flow chart can be implemented in any programming language.

The symbols used in flow chart are as follows.

Symbol
Purpose
Description
flow+line
Flow line
Used to indicate the flow of logic by connecting symbols.
terminal
Terminal(Stop/Start)
Used to represent start and end of flowchart.
input+output
Input/Output
Used for input and output operation.
processing
Processing
Used for airthmetic operations and data-manipulations.
decission
Decision
Used to represent the operation in which there are two alternatives, true and false.
on+page+connector 
On-page Connector
Used to join different flowline
off+page+connector 
Off-page Connector
Used to connect flowchart portion on different page.
pre+defined
Predefined Process/Function
Used to represent a group of statements performing one processing task.


Examples: -

     1.     Draw a flow chart to input two no. and add them.


flowchart-to-add-two-numbers 

       2.     Draw flowchart to find the largest among three different numbers entered by user.



      Flowchart-to-find-largest

1 comment:

  1. blogger_logo_round_35

    This is great article.thanks for your approch.you can also check Studynote

    ReplyDelete

Post Bottom Ad