Analysis Phase_Data Flow Diagrams
Analysis Phase_Data Flow Diagrams
DIAGRAMS
(DFDS)
Done by: S. Foster
B.B. Coke High
Objectives
By the end of the lesson students
should be able to:
Define a Data Flow Diagram
Identify all symbols used with Data Flow
Diagrams
Differentiate a Physical and a Logical
DFD
Differentiate Context level & Level 1
What is a DFD?
A Data flow diagram is a graphical
representation of the flow of data in an
information system. It is capable of
depicting incoming data flow, outgoing
data flow and stored data. The DFD is one
of the methods that system analysts use to
collect information necessary to determine
information system requirements.
There are two types of DFDs; Logical and
Physical DFDs.
DFD Symbols
System
Class Work Question 2
A customer sends an order to the order
processing system. The system checks if the
items ordered are in the inventory. If the
items are available, a shipping notice is sent
to the warehouse which dispatches the items
to the customer and updates the number of
items in the inventory. If the items are not
available, the order is rejected and returned to
the customer.
Draw context and Level 1 Diagrams for the
above System