Flow chart: Difference between revisions
Jump to navigation
Jump to search
m (Created page with '{{stub}} == Flow charts explained == [[image:flow_charts.png|frame|none|A guide to understanding flow charts: Source: [http://imgs.xkcd.com/comics/flow_charts.png http://xkcd…') |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
{{quotation|A flowchart is a common type of diagram, that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. This diagrammatic representation can give a step-by-step solution to a given problem. Data is represented in these boxes, and arrows connecting them represent flow / direction of flow of data. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields}} ([http://en.wikipedia.org/wiki/Flow_chart Wikipedia, retrieved June 18 2010). | |||
== Flow charts explained == | == Flow charts explained == | ||
[[image:flow_charts.png|frame|none|A guide to understanding flow charts: Source: [http://imgs.xkcd.com/comics/flow_charts.png http://xkcd.com], Copyright: [http://creativecommons.org/licenses/by-nc/2.5/ Creative Commons Attribution-NonCommercial 2.5 License] ]] | |||
== Links == | |||
* [http://en.wikipedia.org/wiki/Flow_chart Flow Chart] (Wikipedia). |
Revision as of 13:38, 18 June 2010
“A flowchart is a common type of diagram, that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. This diagrammatic representation can give a step-by-step solution to a given problem. Data is represented in these boxes, and arrows connecting them represent flow / direction of flow of data. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields” ([http://en.wikipedia.org/wiki/Flow_chart Wikipedia, retrieved June 18 2010).
Flow charts explained
Links
- Flow Chart (Wikipedia).