Saturday, April 4, 2015

what is Flowchart in computer programming - "Flowchart"

what is Flowchart in computer programming - "Flowchart"



Flowcharts





Indicate flow of program 




Decision denote a decision-


making operation in a program


Connector – a link between parts of a 


flowchart if a flowchart is large and 


unfit in a single page 



what is Flowchart in computer programming - "Flowchart"

Rules for Drawing a Flowchart


It should contain only one starter and one end symbol.



The direction of arrows should be top to bottom 

and left to right.


It should be simple and drawn clearly and neatly.



The branches of decision box must be labeled. 





Advantages Flowcharts



Provides convenient method to


 understand the solution. 


Good tool for documentation.


Provide guide for coding.




DisadvantageFlowcharts


Not suitable for large programs.



Complex logic: Sometimes, the 


program  logic is quite complicated.



Alterations and Modifications: 


If alterations are required the flowchart

may require re-drawing completely.



Example #1



Convert temperature from


Fahrenheit to Celsius











Example #2



Convert days into months and days












what is Flowchart in computer programming - "Flowchart"





1 comments:

  1. Here are some more educational resources for you to master Flowcharts.

    1. Flowchart Guide - Complete Tute on how to Flowchart

    2. Flowchart Templates & Examples - collection of diagrams with data and without data to be used freely

    3. Flowchart Software - to create nice flowcharts without spending so much time.

    ReplyDelete