Difference between revisions of "Flowcharts"

From WikIT
Jump to navigation Jump to search
imported>WikITSysop
imported>WikITSysop
Line 1: Line 1:
[http://imgs.xkcd.com/comics/flow_charts.png A brief and witty introduction].  You will probably need no more.
+
You may need no more that this [http://imgs.xkcd.com/comics/flow_charts.png brief and witty introduction].   
  
 
Flowcharts in their simplest form are diagrams where boxes represent actions, diamond shapes represent decisions, and lines connect the boxes and diamonds to show the flow of processing.  The diamonds have one entry point and two exits, with condition labels on the exit points.
 
Flowcharts in their simplest form are diagrams where boxes represent actions, diamond shapes represent decisions, and lines connect the boxes and diamonds to show the flow of processing.  The diamonds have one entry point and two exits, with condition labels on the exit points.
Line 5: Line 5:
 
They also use connector and labeling symbols.  
 
They also use connector and labeling symbols.  
  
Computer flowcharts use additional symbols to show, for example, storage access, screen display, procedures, sub-routines and printing.  Other diagrams used in software engineering have been adopted since the 1990s (such as The Unified Modeling Language - [[UML]]) and flowcharts are less used now.  They are easy to use and remain suitable for some tasks where procedures and processes are to be described.
+
Computer flowcharts use additional symbols to show, for example, storage access, screen display, procedures, sub-routines and printing.  Other diagrams used in software engineering have been adopted since the 1990s (such as The Unified Modeling Language - [[UML]]) and flowcharts are less used now.   
  
 +
Flowcharts may be used at many levels from a detailed description of a self-contained computer algorithm to a description of an overall system flow.
  
 +
They are easy to use and remain suitable for some tasks where procedures and processes are to be described.
 +
 +
== Swim-lane diagrams ==
  
  
 
{{placeholder}}
 
{{placeholder}}

Revision as of 02:41, 15 July 2010

You may need no more that this brief and witty introduction.

Flowcharts in their simplest form are diagrams where boxes represent actions, diamond shapes represent decisions, and lines connect the boxes and diamonds to show the flow of processing. The diamonds have one entry point and two exits, with condition labels on the exit points.

They also use connector and labeling symbols.

Computer flowcharts use additional symbols to show, for example, storage access, screen display, procedures, sub-routines and printing. Other diagrams used in software engineering have been adopted since the 1990s (such as The Unified Modeling Language – UML) and flowcharts are less used now.

Flowcharts may be used at many levels from a detailed description of a self-contained computer algorithm to a description of an overall system flow.

They are easy to use and remain suitable for some tasks where procedures and processes are to be described.

Swim-lane diagrams[edit]

          Placeholder
Placeholder.jpg This title is a placeholder, indicating that there are already firm plans to include an article on this topic in WikIT.       

You can check back later; place a special request with WiKIT; or

help WikIT by starting this page now.