DFD Notations
DFD Notations
Data Store Process A process transforms incoming data flow into outgoing data flow. Yourdon and Coad Process Notations
Data stores are repositories of data in the system. They are sometimes also referred to as files. Dataflow Dataflows are pipelines through which packets of information flow. Label the arrows with the name of the data that moves through it.
DataFlow Diagrams
DFD Layers
Context Diagrams
A context diagram is a top level (also known as Level 0) data flow diagram. It only contains one process node (process 0) that generalizes the function of the entire system in relationship to external entities.
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.
Explosion of Process 4
User
member banks
Balance Information
ATM
display
receipt
Printer
Account data Information request
account database
A level 1 DFD
Customers Card details
Rejection message
1. Validate Customer access 2. Reject transaction \and end session
Printer/display
Access map
Network directory
Access permissions Rejection message
customer
select options
Transaction request
4. Validate transaction
A level 2 DFD
Customers Card details
1.1 Read Details From card
Card data
Printer/display
Encoded pin
1.2 Check Expiry date And bank group
PIN
customer
Network directory
member banks
Get deposit
User
Get inquiry
account display
Validate deposit
Validate inquiry
account #
Display account
account # & deposit
account data
balance query
Do deposit transaction
deposit transaction
account data
account database