SlideShare une entreprise Scribd logo
1  sur  39
DATA FLOW
DIAGRAMS
(DFDs)
Data Flow Diagrams
 A graphical tool, useful for communicating with
users, managers, and other personnel.
 Used to perform structured analysis to determine
logical requirements.
 Useful for analyzing existing as well as proposed
systems.
 Focus on the movement of data between external
entities and processes, and between processes and
data stores.
 A relatively simple technique to learn and use.
Why DFD ?
 Provides an overview of-
 What data a system processes
 What transformations are performed
 What data are stored
 What results are produced and where they flow
 Graphical nature makes it a good communication tool
between-
 User and analyst
 Analyst and System designer
DFD elements
Source/Sinks (External entities)
Data flows
Processes
Data Stores
External Entities
 A Rectangle represents
an external entity
 They either supply or
receive data
 They do not process data
External
Entities
• Source – Entity that
supplies data to the
system.
• Sink – Entity that
receives data from the
system.
Data Flows
 Data in motion
 Marks movement of data
through the system - a pipeline
to carry data.
 Connects the processes, external
entities and data stores.
 Generally unidirectional, If same
data flows in both directions,
double-headed arrow can be
used.
Data Flow
Processes
 A circle represents a process
 Straight line with incoming arrows are input data
flows
 Straight lines with outgoing arrows are output data
flows
 Labels are assigned to Data flow. These aid
documentation
1.
STORES
Stores demand
note
Delivery Slip
Issue Slip
Data Stores
 A Data Store is a repository of data
 Data can be written into the data store. This is
depicted by an incoming arrow
 Data can be read from a data store. This is depicted
by an outgoing arrow
 External entity cannot read or write to the data store
 Two data stores cannot be connected by a data flow
Data StoresD1 Data StoresD1 Data StoresD1
Writing Reading
Rules of Data Flow
 Data can flow from
 External entity to process
 Process to external entity
 Process to store and back
 Process to process
 Data cannot flow from
 External entity to
external entity
 External entity to store
 Store to external entity
 Store to store
Data Flow Diagrams
An alternate notation is often used:
 A Process
 A Data Store
3
Store
Issue
Data StoresD1
Label
Name
Name
Label
Good Style in Drawing DFD
 Use meaningful names for data flows, processes and
data stores.
 Use top down development starting from context
diagram and successively levelling DFD
 Only previously stored data can be read
 A process can only transfer input to output. It cannot
create new data
 Data stores cannot create new data
Decomposition of DFDs
 A system is too complex to be shown on a single DFD.
 Decomposition is the iterative process of exploding
data flow diagrams to create more detail.
 Level 0 data flow diagrams may be exploded into
successive low levels of detail. The next level of detail
would be a level 1 data flow diagram.
 The DFDs become linked together in
a hierarchy, which would fully
document the system.
Why Level DFD
 If a DFD is too detailed it will have too many
data flows and will be large and difficult to
understand
 Start from a broad overview. Expand to details –
Idea similar to using procedures and linking
these with a main program
 Each DFD must deal with one aspect of a big
system
Levels of DFD
 Context diagram
 Level-0 diagram (System diagram)
 Level-n diagram
- Detail of one process from next
highest level
 Primitive diagram (Lowest level DFD)
Levelling Rules
 If a process p is expanded, the process at the next level
are labelled as p.1, p.2 etc.
 All data flow entering or leaving p must also enter or
leave it’s expanded version
 Expanded DFD may have data stores
 No external entity can appear in expanded DFD
 Keep the number of processes at each level less than 7
Balancing DFDs
 Information presented at one
level of a DFD is accurately
represented in the next level
DFD.
 Ensures that the input and
output data flows of the
parent DFD are maintained
on the child DFD.
Creating DFDs
 Create a preliminary Context Diagram.
 Identify Use Cases, i.e. the ways in which users most
commonly use the system.
 Create DFD fragments for each use case.
 Create a Level 0 diagram from fragments.
 Decompose to Level 1,2,…
 Validate DFDs with users.
Creating the Context Diagram
 Draw one process representing
the entire system (process 0)
 Find all inputs and outputs that
come from or go to external
entities; draw as data flows.
 Draw in external entities as the
source or destination of the
data flows.
Creating Level 0 Diagram
 Combine the set of
DFD fragments into
one diagram.
 Generally move from
top to bottom, left to
right.
 Minimize crossed lines.
Creating Level 1 Diagram
 Each use case is turned into its own DFD.
 Take the steps listed on the use case and depict
each as a process on the level 1 DFD.
 Inputs and outputs listed on use case become data
flows on DFD.
 Include sources and destinations of data flows to
processes and stores within the DFD.
 May also include external entities for clarity.
When to stop decomposing
DFDs?
Ideally, a DFD has at least
three levels.
When the system becomes
primitive i.e. lowest level
is reached and further
decomposition is useless.
Validating DFD
 Check for syntax errors to
assure correct DFD structure.
 Check for semantics errors to
assure accuracy of DFD
relative to actual/desired
system.
University
Admission
System
0
Student
Student Information
Report
Staff
Admission Approval
or Rejection
Report Request
Context Diagram
DFD for University Admission System
Perform
Intake
Procedure
1
Student
Student
Information
Report
Admission Approval
or Rejection
Report Request
Approved
Application
Verified
Approved
Application
Data
Query
Data
Request for Student
Information Maintenance
Other Student Data
Data Item
Prompt
Staff
Data
Items
Generate
Reports
3
Maintain
Student
Information
2
Student
Name & ID
Student DataD1
Prior
Application
Data
Level 0
Receive
Admission
Application
1.1
Student
Student
Information
Application Approval
or Rejection
Verify
Admission
Application
1.2
Review
Admission
Application
1.3
Admission Application
Student DataD1
Verified
Admission
Application
Application
Request
Application
Data
Student Name
and ID
Prior
Application
Data
Approved Application
Level 1 Process 1, Perform Intake Procedure
Add New
Student
2.2
Edit Existing
Student
2.3
Delete
Existing
Student
2.4
Student DataD1
Cancel
Operation
2.5
Approved Application to Edit
ID of Student
to Delete
Determination to
Cancel Operation
Determine
Operation
2.1
Approved Application
Request for Student
Information Maintenance
Approved Application
to Add
Verified Approved
ApplicationVerified Changed
Student Data
Verified ID of
Student to Delete
Level 1 Process 2, Maintain Student
Information
Context Diagram
DFD for Lemonade Stand
0.0
Lemonade
System
EMPLOYEECUSTOMER
Pay
Payment
Order
VENDOR
Payment
Purchase Order
Production Schedule
Received Goods
Time Worked
Sales Forecast
Product Served
Level 0
2.0
Production
EMPLOYEE
Production
Schedule
1.0
Sale
3.0
Procure-
ment
Sales Forecast
Product Ordered
CUSTOMER
Pay
Payment
Customer Order
VENDOR
Payment
Purchase Order
Order
Decisions
Received Goods
Time Worked
Inventory
Product Served
4.0
Payroll
Level 1, Process 1
1.3
Produce
Sales
Forecast
Sales ForecastPayment
1.1
Record
Order
Customer Order
ORDER
1.2
Receive
Payment
PAYMENT
Severed Order
Request for Forecast
CUSTOMER
Level 1, Process 2 and Process 3
2.1
Serve
Product
Product Order
ORDER
2.2
Produce
Product
INVENTORTY
Quantity Severed
Production
Schedule
RAW
MATERIALS
2.3
Store
Product
Quantity Produced &
Location Stored
Quantity Used
Production Data
3.1
Produce
Purchase
Order
Order Decision
PURCHASE
ORDER
3.2
Receive
Items
Received
Goods
RAW
MATERIALS
3.3
Pay
Vendor
Quantity
Received
Quantity On-Hand
RECEIVED
ITEMS
VENDOR
Payment Approval
Payment
Level 1, Process 4
Time Worked
4.1
Record
Time
Worked
TIME CARDS
4.2
Calculate
Payroll
Payroll Request
EMPLOYEE
4.3
Pay
Employe
e
Employee ID
PAYROLL
PAYMENTS
Payment Approval
Payment
Unpaid time cards
ProcessDecomposition
4.1
Record
Time
Worked
4.2
Calculate
Payroll
4.3
Pay
Employe
e
3.1
Produce
Purchase
Order
3.2
Receive
Items
3.3
Pay
Vendor
2.1
Serve
Product
2.2
Produce
Product
2.3
Store
Product
1.1
Record
Order
1.2
Receive
Payment
2.0
Production
1.0
Sale
3.0
Procure-
ment
4.0
Payroll
0.0
Lemonade
System
Level 0 Level 1Context Level
Logical and Physical DFD
 DFDs considered so far are called logical DFDs
 A physical DFD is similar to a document flow diagram
 It specifies who does the operations specified by the
logical DFD
 Physical DFD may depict physical movements of the
goods
 Physical DFDs can be drawn during fact gathering
phase of a life cycle
Physical DFD for Cheque Encashment
Cash
Clerk
Verify A/C
Signature Update
Balance
Bad Cheque
Store chequesCustomer Accounts
Cheque
Cheque with
Token number
Cashier
Verify Token
Take Signature
Entry in Day Book
CUSTOMER
Token
Token
Logical DFD for Cheque Encashment
Cash
Retrieve
Customer
Record
Cheque
with token
Store cheques
Customer Accounts
Cheque
Cheque with
Token
Entry in Day
Book
CUSTOMER
Token Slip
Cheque Check
Balance,
Issue token
Store Token
no &
cheques
Search &
match token
Update
Daily cash
book
Token Slip
or Cheque
Questions
? ? ?
 In a DFD external entities are represented by a
a. Rectangle
b. Ellipse
c. Diamond shaped box
d. Circle
 External Entities may be a
a. Source of input data only
b. Source of input data or destination of results
c. Destination of results only
d. Repository of data
 A data store in a DFD represents
a. A sequential file
b. A disk store
c. A repository of data
d. A random access memory
 By an external entity we mean a
a. Unit outside the system being designed which can be controlled by an analyst
b. Unit outside the system whose behaviour is independent of the system being
designed
c. A unit external to the system being designed
d. A unit which is not part of DFD
 A data flow can
a. Only enter a data store
b. Only leave a data store
c. Enter or leave a data store
d. Either enter or leave a data store but not both
 A circle in a DFD represents
a. A data store
b. A an external entity
c. A process
d. An input unit
Thanks for
your
Cooperation

Contenu connexe

Tendances

Inventory Management System
Inventory Management SystemInventory Management System
Inventory Management SystemEmmanuel college
 
Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)Gurpreet singh
 
Data Flow Diagram Example
Data Flow Diagram ExampleData Flow Diagram Example
Data Flow Diagram ExampleKaviarasu D
 
Systems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions ManualSystems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions ManualKadenCohen
 
Dfd examples
Dfd examplesDfd examples
Dfd examplesMohit
 
Disadvantages of file management system (file processing systems)
Disadvantages of file management system(file processing systems)Disadvantages of file management system(file processing systems)
Disadvantages of file management system (file processing systems) raj upadhyay
 
Example of dfd with answer
Example of dfd with answerExample of dfd with answer
Example of dfd with answerMahmoud Bakeer
 
Student Management System
Student Management System Student Management System
Student Management System Vinay Yadav
 
SRS for student database management system
SRS for student database management systemSRS for student database management system
SRS for student database management systemSuman Saurabh
 
Pizza Ordering System
Pizza Ordering SystemPizza Ordering System
Pizza Ordering SystemSalman Khan
 
Student management system
Student management systemStudent management system
Student management systemGaurav Subham
 
System development project document
System development project documentSystem development project document
System development project documentSmit Patel
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagramnethisip13
 
Components of ddbms
Components of ddbmsComponents of ddbms
Components of ddbmsPooja Dixit
 
3.1 tuple relational_calculus
3.1 tuple relational_calculus3.1 tuple relational_calculus
3.1 tuple relational_calculusUtkarsh De
 

Tendances (20)

DFD Slides
DFD SlidesDFD Slides
DFD Slides
 
Inventory Management System
Inventory Management SystemInventory Management System
Inventory Management System
 
Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)Introduction to Data Flow Diagram (DFD)
Introduction to Data Flow Diagram (DFD)
 
Data Flow Diagram Example
Data Flow Diagram ExampleData Flow Diagram Example
Data Flow Diagram Example
 
Systems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions ManualSystems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions Manual
 
Data Flow Diagrams
Data Flow DiagramsData Flow Diagrams
Data Flow Diagrams
 
Hospital database management system project report
Hospital database management system project reportHospital database management system project report
Hospital database management system project report
 
Dfd examples
Dfd examplesDfd examples
Dfd examples
 
Disadvantages of file management system (file processing systems)
Disadvantages of file management system(file processing systems)Disadvantages of file management system(file processing systems)
Disadvantages of file management system (file processing systems)
 
Example of dfd with answer
Example of dfd with answerExample of dfd with answer
Example of dfd with answer
 
Student Management System
Student Management System Student Management System
Student Management System
 
SRS for student database management system
SRS for student database management systemSRS for student database management system
SRS for student database management system
 
Pizza Ordering System
Pizza Ordering SystemPizza Ordering System
Pizza Ordering System
 
Student management system
Student management systemStudent management system
Student management system
 
System development project document
System development project documentSystem development project document
System development project document
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagram
 
Data dictionary
Data dictionaryData dictionary
Data dictionary
 
Erd
ErdErd
Erd
 
Components of ddbms
Components of ddbmsComponents of ddbms
Components of ddbms
 
3.1 tuple relational_calculus
3.1 tuple relational_calculus3.1 tuple relational_calculus
3.1 tuple relational_calculus
 

Similaire à Dfd final

Similaire à Dfd final (20)

dtata flow digram
dtata flow digramdtata flow digram
dtata flow digram
 
DFD
DFDDFD
DFD
 
Dfd data flow diagram
Dfd   data flow diagramDfd   data flow diagram
Dfd data flow diagram
 
Data Flow Diagram (DFD)
Data Flow Diagram (DFD)Data Flow Diagram (DFD)
Data Flow Diagram (DFD)
 
Data flow diagrams (2)
Data flow diagrams (2)Data flow diagrams (2)
Data flow diagrams (2)
 
DFD1.ppt
DFD1.pptDFD1.ppt
DFD1.ppt
 
Fundamentasl of DFD
Fundamentasl of DFDFundamentasl of DFD
Fundamentasl of DFD
 
DFD.pptx
DFD.pptxDFD.pptx
DFD.pptx
 
DFD.pptx
DFD.pptxDFD.pptx
DFD.pptx
 
Data flow diagram ( DFD ) 4 Components.pptx
Data flow diagram ( DFD ) 4 Components.pptxData flow diagram ( DFD ) 4 Components.pptx
Data flow diagram ( DFD ) 4 Components.pptx
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
 
DFD.ppt
DFD.pptDFD.ppt
DFD.ppt
 
DFD_Context-_zero-level.ppt
DFD_Context-_zero-level.pptDFD_Context-_zero-level.ppt
DFD_Context-_zero-level.ppt
 
presentationDFD_3_7_2016.pptx
presentationDFD_3_7_2016.pptxpresentationDFD_3_7_2016.pptx
presentationDFD_3_7_2016.pptx
 
Dfd over flowcharts
Dfd over flowcharts Dfd over flowcharts
Dfd over flowcharts
 
Data flow diagram
Data flow diagram Data flow diagram
Data flow diagram
 
Design Flow Diagram for Information System
Design Flow Diagram for Information SystemDesign Flow Diagram for Information System
Design Flow Diagram for Information System
 
Data flow diagram(19th march)
Data flow diagram(19th march)Data flow diagram(19th march)
Data flow diagram(19th march)
 
Creative Team.pdf
Creative Team.pdfCreative Team.pdf
Creative Team.pdf
 
Data Flow Diagram.pptx
Data Flow Diagram.pptxData Flow Diagram.pptx
Data Flow Diagram.pptx
 

Plus de Mukund Trivedi

Plus de Mukund Trivedi (20)

System development life cycle (sdlc)
System development life cycle (sdlc)System development life cycle (sdlc)
System development life cycle (sdlc)
 
Process of design
Process of designProcess of design
Process of design
 
New file and form 2
New file and form 2New file and form 2
New file and form 2
 
File organisation
File organisationFile organisation
File organisation
 
Evaluation
EvaluationEvaluation
Evaluation
 
Database
DatabaseDatabase
Database
 
Case tools
Case toolsCase tools
Case tools
 
Evaluation
EvaluationEvaluation
Evaluation
 
Sad
SadSad
Sad
 
C++ file
C++ fileC++ file
C++ file
 
Ff40fnatural resources (1)
Ff40fnatural resources (1)Ff40fnatural resources (1)
Ff40fnatural resources (1)
 
Ff40fnatural resources
Ff40fnatural resourcesFf40fnatural resources
Ff40fnatural resources
 
F58fbnatural resources 2 (1)
F58fbnatural resources 2 (1)F58fbnatural resources 2 (1)
F58fbnatural resources 2 (1)
 
F58fbnatural resources 2
F58fbnatural resources 2F58fbnatural resources 2
F58fbnatural resources 2
 
F6dc1 session6 c++
F6dc1 session6 c++F6dc1 session6 c++
F6dc1 session6 c++
 
Ee2fbunit 7
Ee2fbunit 7Ee2fbunit 7
Ee2fbunit 7
 
E212d9a797dbms chapter3 b.sc2 (2)
E212d9a797dbms chapter3 b.sc2 (2)E212d9a797dbms chapter3 b.sc2 (2)
E212d9a797dbms chapter3 b.sc2 (2)
 
E212d9a797dbms chapter3 b.sc2 (1)
E212d9a797dbms chapter3 b.sc2 (1)E212d9a797dbms chapter3 b.sc2 (1)
E212d9a797dbms chapter3 b.sc2 (1)
 
E212d9a797dbms chapter3 b.sc2
E212d9a797dbms chapter3 b.sc2E212d9a797dbms chapter3 b.sc2
E212d9a797dbms chapter3 b.sc2
 
C96e1 session3 c++
C96e1 session3 c++C96e1 session3 c++
C96e1 session3 c++
 

Dernier

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Dernier (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Dfd final

  • 2. Data Flow Diagrams  A graphical tool, useful for communicating with users, managers, and other personnel.  Used to perform structured analysis to determine logical requirements.  Useful for analyzing existing as well as proposed systems.  Focus on the movement of data between external entities and processes, and between processes and data stores.  A relatively simple technique to learn and use.
  • 3. Why DFD ?  Provides an overview of-  What data a system processes  What transformations are performed  What data are stored  What results are produced and where they flow  Graphical nature makes it a good communication tool between-  User and analyst  Analyst and System designer
  • 4. DFD elements Source/Sinks (External entities) Data flows Processes Data Stores
  • 5. External Entities  A Rectangle represents an external entity  They either supply or receive data  They do not process data External Entities • Source – Entity that supplies data to the system. • Sink – Entity that receives data from the system.
  • 6. Data Flows  Data in motion  Marks movement of data through the system - a pipeline to carry data.  Connects the processes, external entities and data stores.  Generally unidirectional, If same data flows in both directions, double-headed arrow can be used. Data Flow
  • 7. Processes  A circle represents a process  Straight line with incoming arrows are input data flows  Straight lines with outgoing arrows are output data flows  Labels are assigned to Data flow. These aid documentation 1. STORES Stores demand note Delivery Slip Issue Slip
  • 8. Data Stores  A Data Store is a repository of data  Data can be written into the data store. This is depicted by an incoming arrow  Data can be read from a data store. This is depicted by an outgoing arrow  External entity cannot read or write to the data store  Two data stores cannot be connected by a data flow Data StoresD1 Data StoresD1 Data StoresD1 Writing Reading
  • 9. Rules of Data Flow  Data can flow from  External entity to process  Process to external entity  Process to store and back  Process to process  Data cannot flow from  External entity to external entity  External entity to store  Store to external entity  Store to store
  • 10. Data Flow Diagrams An alternate notation is often used:  A Process  A Data Store 3 Store Issue Data StoresD1 Label Name Name Label
  • 11. Good Style in Drawing DFD  Use meaningful names for data flows, processes and data stores.  Use top down development starting from context diagram and successively levelling DFD  Only previously stored data can be read  A process can only transfer input to output. It cannot create new data  Data stores cannot create new data
  • 12. Decomposition of DFDs  A system is too complex to be shown on a single DFD.  Decomposition is the iterative process of exploding data flow diagrams to create more detail.  Level 0 data flow diagrams may be exploded into successive low levels of detail. The next level of detail would be a level 1 data flow diagram.  The DFDs become linked together in a hierarchy, which would fully document the system.
  • 13. Why Level DFD  If a DFD is too detailed it will have too many data flows and will be large and difficult to understand  Start from a broad overview. Expand to details – Idea similar to using procedures and linking these with a main program  Each DFD must deal with one aspect of a big system
  • 14. Levels of DFD  Context diagram  Level-0 diagram (System diagram)  Level-n diagram - Detail of one process from next highest level  Primitive diagram (Lowest level DFD)
  • 15. Levelling Rules  If a process p is expanded, the process at the next level are labelled as p.1, p.2 etc.  All data flow entering or leaving p must also enter or leave it’s expanded version  Expanded DFD may have data stores  No external entity can appear in expanded DFD  Keep the number of processes at each level less than 7
  • 16. Balancing DFDs  Information presented at one level of a DFD is accurately represented in the next level DFD.  Ensures that the input and output data flows of the parent DFD are maintained on the child DFD.
  • 17. Creating DFDs  Create a preliminary Context Diagram.  Identify Use Cases, i.e. the ways in which users most commonly use the system.  Create DFD fragments for each use case.  Create a Level 0 diagram from fragments.  Decompose to Level 1,2,…  Validate DFDs with users.
  • 18. Creating the Context Diagram  Draw one process representing the entire system (process 0)  Find all inputs and outputs that come from or go to external entities; draw as data flows.  Draw in external entities as the source or destination of the data flows.
  • 19. Creating Level 0 Diagram  Combine the set of DFD fragments into one diagram.  Generally move from top to bottom, left to right.  Minimize crossed lines.
  • 20. Creating Level 1 Diagram  Each use case is turned into its own DFD.  Take the steps listed on the use case and depict each as a process on the level 1 DFD.  Inputs and outputs listed on use case become data flows on DFD.  Include sources and destinations of data flows to processes and stores within the DFD.  May also include external entities for clarity.
  • 21. When to stop decomposing DFDs? Ideally, a DFD has at least three levels. When the system becomes primitive i.e. lowest level is reached and further decomposition is useless.
  • 22. Validating DFD  Check for syntax errors to assure correct DFD structure.  Check for semantics errors to assure accuracy of DFD relative to actual/desired system.
  • 23. University Admission System 0 Student Student Information Report Staff Admission Approval or Rejection Report Request Context Diagram DFD for University Admission System
  • 24. Perform Intake Procedure 1 Student Student Information Report Admission Approval or Rejection Report Request Approved Application Verified Approved Application Data Query Data Request for Student Information Maintenance Other Student Data Data Item Prompt Staff Data Items Generate Reports 3 Maintain Student Information 2 Student Name & ID Student DataD1 Prior Application Data Level 0
  • 25. Receive Admission Application 1.1 Student Student Information Application Approval or Rejection Verify Admission Application 1.2 Review Admission Application 1.3 Admission Application Student DataD1 Verified Admission Application Application Request Application Data Student Name and ID Prior Application Data Approved Application Level 1 Process 1, Perform Intake Procedure
  • 26. Add New Student 2.2 Edit Existing Student 2.3 Delete Existing Student 2.4 Student DataD1 Cancel Operation 2.5 Approved Application to Edit ID of Student to Delete Determination to Cancel Operation Determine Operation 2.1 Approved Application Request for Student Information Maintenance Approved Application to Add Verified Approved ApplicationVerified Changed Student Data Verified ID of Student to Delete Level 1 Process 2, Maintain Student Information
  • 27. Context Diagram DFD for Lemonade Stand 0.0 Lemonade System EMPLOYEECUSTOMER Pay Payment Order VENDOR Payment Purchase Order Production Schedule Received Goods Time Worked Sales Forecast Product Served
  • 28. Level 0 2.0 Production EMPLOYEE Production Schedule 1.0 Sale 3.0 Procure- ment Sales Forecast Product Ordered CUSTOMER Pay Payment Customer Order VENDOR Payment Purchase Order Order Decisions Received Goods Time Worked Inventory Product Served 4.0 Payroll
  • 29. Level 1, Process 1 1.3 Produce Sales Forecast Sales ForecastPayment 1.1 Record Order Customer Order ORDER 1.2 Receive Payment PAYMENT Severed Order Request for Forecast CUSTOMER
  • 30. Level 1, Process 2 and Process 3 2.1 Serve Product Product Order ORDER 2.2 Produce Product INVENTORTY Quantity Severed Production Schedule RAW MATERIALS 2.3 Store Product Quantity Produced & Location Stored Quantity Used Production Data 3.1 Produce Purchase Order Order Decision PURCHASE ORDER 3.2 Receive Items Received Goods RAW MATERIALS 3.3 Pay Vendor Quantity Received Quantity On-Hand RECEIVED ITEMS VENDOR Payment Approval Payment
  • 31. Level 1, Process 4 Time Worked 4.1 Record Time Worked TIME CARDS 4.2 Calculate Payroll Payroll Request EMPLOYEE 4.3 Pay Employe e Employee ID PAYROLL PAYMENTS Payment Approval Payment Unpaid time cards
  • 33. Logical and Physical DFD  DFDs considered so far are called logical DFDs  A physical DFD is similar to a document flow diagram  It specifies who does the operations specified by the logical DFD  Physical DFD may depict physical movements of the goods  Physical DFDs can be drawn during fact gathering phase of a life cycle
  • 34. Physical DFD for Cheque Encashment Cash Clerk Verify A/C Signature Update Balance Bad Cheque Store chequesCustomer Accounts Cheque Cheque with Token number Cashier Verify Token Take Signature Entry in Day Book CUSTOMER Token Token
  • 35. Logical DFD for Cheque Encashment Cash Retrieve Customer Record Cheque with token Store cheques Customer Accounts Cheque Cheque with Token Entry in Day Book CUSTOMER Token Slip Cheque Check Balance, Issue token Store Token no & cheques Search & match token Update Daily cash book Token Slip or Cheque
  • 37.  In a DFD external entities are represented by a a. Rectangle b. Ellipse c. Diamond shaped box d. Circle  External Entities may be a a. Source of input data only b. Source of input data or destination of results c. Destination of results only d. Repository of data  A data store in a DFD represents a. A sequential file b. A disk store c. A repository of data d. A random access memory
  • 38.  By an external entity we mean a a. Unit outside the system being designed which can be controlled by an analyst b. Unit outside the system whose behaviour is independent of the system being designed c. A unit external to the system being designed d. A unit which is not part of DFD  A data flow can a. Only enter a data store b. Only leave a data store c. Enter or leave a data store d. Either enter or leave a data store but not both  A circle in a DFD represents a. A data store b. A an external entity c. A process d. An input unit