Difference between pages "Flowcharts" and "File:200px-Mindjet Maps-example.jpg"

From WikIT
(Difference between pages)
Jump to navigation Jump to search
imported>WikITSysop
 
 
Line 1: Line 1:
[[File:Flowchart.PNG|right|180px]]You may need no more than this [http://imgs.xkcd.com/comics/flow_charts.png brief and witty introduction]. 
+
== Summary ==
 
+
Importing file
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 ==
 
[[File:Swimlanes.jpg|right|300px]]Also known as [[Cross-functional diagrams]], these are flow charts where location, business function or business unit responsible for carrying out parts of a process are also shown.
 
<br><br><br><br>
 
 
 
== Control flow diagrams ==
 
Control flow diagrams were developed in the 1950s, and are widely used in multiple [[engineering]] disciplines. They are one of the classic business process modeling methodologies, along with flow charts, data flow diagrams, functional flow block diagram, Gantt charts, PERT diagrams, and IDEF ([http://en.wikipedia.org/wiki/Control_flow_diagram Wikipedia]).
 
 
 
== Process flow diagrams ==
 
A process flow diagram (PFD) is a diagram commonly used in chemical and process engineering to indicate the general flow of plant processes and equipment [http://en.wikipedia.org/wiki/Process_Diagram Wikipedia] and are outside the scope of WikIT.
 

Latest revision as of 13:40, 27 June 2018

Summary[edit]

Importing file