Excercise No. 4: Theory
Excercise No. 4: Theory
Excercise No. 4: Theory
REQUIREMENTS:
Hardware Interfaces
Software Interfaces
THEORY
Data flow diagrams illustrate how data is processed by a system in terms of inputs and outputs.
Datastore Notations
Dataflow
Dataflows are pipelines through which packets of information flow. Label the arrows with the name of the data
that moves through it.
External Entity
External entities are objects outside the system, with which the system communicates. External entities are
sources and destinations of the system's inputs and outputs.
DFD levels
The first level DFD shows the main processes within the system. Each of these processes can be broken into
further processes until you reach pseudocode.
An example first-level data flow diagram
Conclusion: The dataflow diagram was made successfully by following the steps described above.
LEVEL 2