Data Flow Diagrams
Data flow diagrams illustrate how data is processed by the system in terms of inputs and outputs.
A Data Flow Diagram (DFD) drawn using the SSADM style
Data Flow Diagram Notations
Process
A process transforms incoming data flow into outgoing data flow.
Learn how to convert a rectangle into a table.
Learn how to edit text on this object.
Datastore
Datastores are repositories of data in the system. Use an "M" followed by a number to identify manual datastores, and use a "D" followed by a number to identify computer data. If the data is temporary or transient, you can use a "T" to identify it.
Learn how to resize a grouped object like a datastore.
External Entity
External entities are objects outside the system, with which the system communicates. External entities are sources and destinations for the system's inputs and outputs.
Learn how to edit text on this object.