Software Engineering: Chapter 6-Data Flow Diagram
Software Engineering: Chapter 6-Data Flow Diagram
SE
1
Modern Systems Analysis and Design
Level-0 DFD
shows the
system’s major
processes, data
flows, and data
stores at a high
level of
abstraction.
Processes are labeled 1.0, 2.0, etc. These will be decomposed into
more primitive (lower-level) DFDs.
7-18 © 2005 by Prentice Hall
Level-1 DFD
This is a Level-1
DFD for Process
4.0.
This is a Level-2
DFD for Process
4.3.
1 input This is
1 output unbalanced
because the
process of the
context diagram
has only one
input but the
Level-0 diagram
2 inputs
has two inputs.
1 output
1 input
4 outputs
Primitive DFDs
Lowest logical level of decomposition
Decision has to be made when to stop
decomposition