Control Flow Diagram - Overview

Overview

A control flow diagram can consist of a subdivision to show sequential steps, with if-then-else conditions, repetition, and/or case conditions. Suitably annotated geometrical figures are used to represent operations, data, or equipment, and arrows are used to indicate the sequential flow from one to another.

There are several types of control flow diagrams, for example:

  • Change control flow diagram, used in project management
  • Configuration decision control flow diagram, used in configuration management
  • Process control flow diagram, used in process management
  • Quality control flow diagram, used in quality control.

In software and systems development control flow diagrams can be used in control flow analysis, data flow analysis, algorithm analysis, and simulation. Control and are most applicable for real time and data driven systems. These flow analyses transform logic and data requirements text into graphic flows which are easier to analyze than the text. PERT, state transition, and transaction diagrams are examples of control flow diagrams.

Read more about this topic:  Control Flow Diagram