尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
System Analysis & DesignSystem Analysis & Design

Where do they fit in?
 Analysis (What do we do?)
 Fact finding
 investigate business process
and the current system
 modelling the current and
required systems
 deliverables -
 requirements specification
 logical models of the
required system
 Life Cycle Phases
 Planning
 Feasibility Study
 Analysis
 Design
 Code and Unit test

3
 DFDs describe the flow of data or information into
and out of a system
 what does the system do to the data?
 A DFD is a graphic representation of the flow of data
or information through a system
Data Flow Diagrams
(DFD)

 external entity - people or organisations that
send data into the system or receive data from
the system
 process - models what happens to the data i.e.
transforms incoming data into outgoing data
 data store - represents permanent data that is
used by the system
 data flow - models the actual flow of the data
between the other elements
4 Main Elements

Notation
Process box
D Data Store
External
Entity
Data Flow
• Data Flow
• Process
• External Entity
• Data Store

DFD Shapes from Version
F r o m F lo w C h a r t /
D a t a F lo w D ia g r a m
P r o c e s s
D a t a S t o r e
E x t e r n a l E n t it y
F r o m S o f t w a r e D ia g r a m /
G a n e - S a r s o n D F D
P r o c e s s
ID #
ID
#
E x t e r n a l
E n t it y
D a t a S t o r e1
External
Entity
Data Store
Process
From Flow Chart /
Data Flow Diagram
Version 5.x Version 2000

4
 Even a small system could have many processes and
data flows and DFD could be large and messy
 use levelled DFDs - view system at different levels of
detail
 one overview and many progressively greater detailed
views
Levelled DFDs

 models system as one process box which represents
scope of the system
 identifies external entities and related inputs and
outputs
 Additional notation - system box
Level 0 - Context Diagram
System boxExternal
entity
Data flow out
Data flow in

 gives overview of full system
 identifies major processes and data flows between
them
 identifies data stores that are used by the major
processes
 boundary of level 1 is the context diagram
Level 1 - overview
diagram

 level 1 process is expanded into more detail
 each process in level 1 is decomposed to show its
constituent processes
 boundary of level 2 is the level 1 process
Level 2 - detailed
diagram
 Duplicates marked by diagonal line in corner
 System Boundary
 Elementary Processes - star in corner
 Process that is levelled - dots on top
Other Notation

5
 Numbering
 Labelling
 Balancing
Rules for DFDs

 On level 1 processes are numbered 1,2,3…
 On level 2 processes are numbered x.1, x.2, x.3…
where x is the number of the parent level 1 process
 Number is used to uniquely identify process not to
represent any order of processing
 Data store numbers usually D1, D2, D3...
Numbering

 Process label - short description of what the process
does, e.G. Price order
 Data flow label - noun representing the data flowing
through it e.G. Customer payment
 Data store label - describes the type of data stored
 Make labels as meaningful as possible
Labelling

 Balancing
 any data flows entering or leaving a parent level must
by equivalent to those on the child level
 Data stores
 data stores that are local to a process need not be
included until the process is expanded
Balancing and data
stores

 Allowed to combine several data flows from lower
level diagrams at a higher level under one data flow
to reduce clutter
 Flows should be labelled except when data to or
from a data store consists of all items in the data
store
Data Flows

 Find the people who send data into the system
 Often data is part of a PHYSICAL transaction
 When handing a bar of chocolate to a shopkeeper, you
are handing him/her a barcode.
 Find the people who get data out of the system.
 The only data you need is data that is transformed or
sent completely out of the system – not data that is
handled by an operator within the system.
Context Diagram
Design Strategy
Context Diagram
Design Strategy
DFD
Design Strategy
DFD
Design Strategy
DFD
Design Strategy
DFD

Font: Arial
Font Size: 12
Title Page Margin
Top: 2”
Bottom: 1”
Left: 1.5”
Right: 1”
SAD Documentation
Font: Arial
Font Size: 12
Page Margin
Top: 1”
Bottom: 1”
Left: 1.5”
Right: 1”

More Related Content

What's hot

Acid properties
Acid propertiesAcid properties
Acid properties
Abhilasha Lahigude
 
OLAP operations
OLAP operationsOLAP operations
OLAP operations
kunj desai
 
Database System Architectures
Database System ArchitecturesDatabase System Architectures
Database System Architectures
Information Technology
 
Concurrency Control in Database Management System
Concurrency Control in Database Management SystemConcurrency Control in Database Management System
Concurrency Control in Database Management System
Janki Shah
 
Database recovery
Database recoveryDatabase recovery
Database recovery
Vritti Malhotra
 
Flow oriented modeling
Flow oriented modelingFlow oriented modeling
Flow oriented modeling
ramyaaswin
 
Distributed database
Distributed databaseDistributed database
Distributed database
ReachLocal Services India
 
System calls
System callsSystem calls
System calls
Bernard Senam
 
Phases of Compiler
Phases of CompilerPhases of Compiler
Phases of Compiler
Tanzeela_Hussain
 
12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS
koolkampus
 
Fundamental design concepts
Fundamental design conceptsFundamental design concepts
Fundamental design concepts
srijavel
 
database recovery techniques
database recovery techniques database recovery techniques
database recovery techniques
Kalhan Liyanage
 
Structured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and DesignStructured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and Design
Motaz Saad
 
Data Dictionary
Data DictionaryData Dictionary
Data Dictionary
Vishal Anand
 
Bankers
BankersBankers
3 tier data warehouse
3 tier data warehouse3 tier data warehouse
3 tier data warehouse
J M
 
Introduction to Compiler design
Introduction to Compiler design Introduction to Compiler design
Introduction to Compiler design
Dr. C.V. Suresh Babu
 
Data dictionary
Data dictionaryData dictionary
Data dictionary
Surbhi Panhalkar
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
NILESH UCHCHASARE
 
15. Transactions in DBMS
15. Transactions in DBMS15. Transactions in DBMS
15. Transactions in DBMS
koolkampus
 

What's hot (20)

Acid properties
Acid propertiesAcid properties
Acid properties
 
OLAP operations
OLAP operationsOLAP operations
OLAP operations
 
Database System Architectures
Database System ArchitecturesDatabase System Architectures
Database System Architectures
 
Concurrency Control in Database Management System
Concurrency Control in Database Management SystemConcurrency Control in Database Management System
Concurrency Control in Database Management System
 
Database recovery
Database recoveryDatabase recovery
Database recovery
 
Flow oriented modeling
Flow oriented modelingFlow oriented modeling
Flow oriented modeling
 
Distributed database
Distributed databaseDistributed database
Distributed database
 
System calls
System callsSystem calls
System calls
 
Phases of Compiler
Phases of CompilerPhases of Compiler
Phases of Compiler
 
12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS
 
Fundamental design concepts
Fundamental design conceptsFundamental design concepts
Fundamental design concepts
 
database recovery techniques
database recovery techniques database recovery techniques
database recovery techniques
 
Structured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and DesignStructured Vs, Object Oriented Analysis and Design
Structured Vs, Object Oriented Analysis and Design
 
Data Dictionary
Data DictionaryData Dictionary
Data Dictionary
 
Bankers
BankersBankers
Bankers
 
3 tier data warehouse
3 tier data warehouse3 tier data warehouse
3 tier data warehouse
 
Introduction to Compiler design
Introduction to Compiler design Introduction to Compiler design
Introduction to Compiler design
 
Data dictionary
Data dictionaryData dictionary
Data dictionary
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
15. Transactions in DBMS
15. Transactions in DBMS15. Transactions in DBMS
15. Transactions in DBMS
 

Viewers also liked

Dfd examples
Dfd examplesDfd examples
Dfd examples
Mohit
 
Data Flow Diagram (DFD)
Data Flow Diagram (DFD)Data Flow Diagram (DFD)
Data Flow Diagram (DFD)
sadique_ghitm
 
Data Flow Diagram Example
Data Flow Diagram ExampleData Flow Diagram Example
Data Flow Diagram Example
Kaviarasu D
 
Example of dfd with answer
Example of dfd with answerExample of dfd with answer
Example of dfd with answer
Mahmoud Bakeer
 
DFD Slides
DFD SlidesDFD Slides
DFD Slides
Alfred Septio
 
How to Data Flow Diagram
How to Data Flow Diagram How to Data Flow Diagram
How to Data Flow Diagram
جلال مصطفیٰ
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagram
Shreya Chatterjee
 
Data flow diagrams (2)
Data flow diagrams (2)Data flow diagrams (2)
Data flow diagrams (2)
Ujjwal 'Shanu'
 
DFD
DFDDFD
Data flow diagrams
Data flow diagramsData flow diagrams
Data flow diagrams
shhajira
 
Modeling Requirements Using Examples
Modeling Requirements Using ExamplesModeling Requirements Using Examples
Modeling Requirements Using Examples
Excella
 
Data Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence DiagramData Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence Diagram
Hamna Shahzad
 
Using data flow diagram
Using data flow diagramUsing data flow diagram
Using data flow diagram
Kiran Ajudiya
 
Data flow diagrams
Data flow diagramsData flow diagrams
Data flow diagrams
Ujjwal 'Shanu'
 
Cohesion & Coupling
Cohesion & Coupling Cohesion & Coupling
Cohesion & Coupling
Jagnesh Chawla
 
Data Flow Diagram and USe Case Diagram
Data Flow Diagram and USe Case DiagramData Flow Diagram and USe Case Diagram
Data Flow Diagram and USe Case Diagram
Kumar
 
Hi600 u05_inst_slides
Hi600 u05_inst_slidesHi600 u05_inst_slides
Hi600 u05_inst_slides
ljmcneill33
 
LTE, System Architecture Evolution
LTE, System Architecture EvolutionLTE, System Architecture Evolution
LTE, System Architecture Evolution
Yousef Zanjireh
 
Agile Model Developement- Daniel Leroux
Agile Model Developement-  Daniel LerouxAgile Model Developement-  Daniel Leroux
Agile Model Developement- Daniel Leroux
Roopa Nadkarni
 
Cocomo ii estimation
Cocomo ii estimationCocomo ii estimation
Cocomo ii estimation
jujin1810
 

Viewers also liked (20)

Dfd examples
Dfd examplesDfd examples
Dfd examples
 
Data Flow Diagram (DFD)
Data Flow Diagram (DFD)Data Flow Diagram (DFD)
Data Flow Diagram (DFD)
 
Data Flow Diagram Example
Data Flow Diagram ExampleData Flow Diagram Example
Data Flow Diagram Example
 
Example of dfd with answer
Example of dfd with answerExample of dfd with answer
Example of dfd with answer
 
DFD Slides
DFD SlidesDFD Slides
DFD Slides
 
How to Data Flow Diagram
How to Data Flow Diagram How to Data Flow Diagram
How to Data Flow Diagram
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagram
 
Data flow diagrams (2)
Data flow diagrams (2)Data flow diagrams (2)
Data flow diagrams (2)
 
DFD
DFDDFD
DFD
 
Data flow diagrams
Data flow diagramsData flow diagrams
Data flow diagrams
 
Modeling Requirements Using Examples
Modeling Requirements Using ExamplesModeling Requirements Using Examples
Modeling Requirements Using Examples
 
Data Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence DiagramData Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence Diagram
 
Using data flow diagram
Using data flow diagramUsing data flow diagram
Using data flow diagram
 
Data flow diagrams
Data flow diagramsData flow diagrams
Data flow diagrams
 
Cohesion & Coupling
Cohesion & Coupling Cohesion & Coupling
Cohesion & Coupling
 
Data Flow Diagram and USe Case Diagram
Data Flow Diagram and USe Case DiagramData Flow Diagram and USe Case Diagram
Data Flow Diagram and USe Case Diagram
 
Hi600 u05_inst_slides
Hi600 u05_inst_slidesHi600 u05_inst_slides
Hi600 u05_inst_slides
 
LTE, System Architecture Evolution
LTE, System Architecture EvolutionLTE, System Architecture Evolution
LTE, System Architecture Evolution
 
Agile Model Developement- Daniel Leroux
Agile Model Developement-  Daniel LerouxAgile Model Developement-  Daniel Leroux
Agile Model Developement- Daniel Leroux
 
Cocomo ii estimation
Cocomo ii estimationCocomo ii estimation
Cocomo ii estimation
 

Similar to Data Flow Diagram

Dfd final
Dfd finalDfd final
Dfd final
Mukund Trivedi
 
Data flow diagram
Data flow diagramData flow diagram
Data flow diagram
Upendra Sengar
 
Dfd data flow diagram
Dfd   data flow diagramDfd   data flow diagram
Dfd data flow diagram
Puneet Arora
 
dtata flow digram
dtata flow digramdtata flow digram
dtata flow digram
amrelshaikh
 
DFD
DFDDFD
DFD.pptx
DFD.pptxDFD.pptx
DFD.pptx
SHAHZAIBABBAS13
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
rishisinghgaur
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
pushpender pandey
 
presentationDFD_3_7_2016.pptx
presentationDFD_3_7_2016.pptxpresentationDFD_3_7_2016.pptx
presentationDFD_3_7_2016.pptx
mohamedehabtalaat123
 
Design Flow Diagram for Information System
Design Flow Diagram for Information SystemDesign Flow Diagram for Information System
Design Flow Diagram for Information System
arifasyrafcp13
 
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
AbhishekKumarPandit5
 
Data flow diagrams dfd
Data flow diagrams dfdData flow diagrams dfd
Data flow diagrams dfd
Alam Fareed
 
Data flow Diagram (DFD)
Data flow Diagram (DFD)Data flow Diagram (DFD)
Data flow Diagram (DFD)
Sarfaraz Ghanta
 
this is regarding agent technology you must use it
this is regarding agent technology you must use itthis is regarding agent technology you must use it
this is regarding agent technology you must use it
thejakaaloka1
 
Fundamentasl of DFD
Fundamentasl of DFDFundamentasl of DFD
Fundamentasl of DFD
Kumaresh Chandra Baruri
 
dfdpptbyanshkashyap-230605115839-94e8623e.pdf
dfdpptbyanshkashyap-230605115839-94e8623e.pdfdfdpptbyanshkashyap-230605115839-94e8623e.pdf
dfdpptbyanshkashyap-230605115839-94e8623e.pdf
rohitunder9
 
Data Flow Diagram (DFD)
Data Flow Diagram (DFD)Data Flow Diagram (DFD)
Data Flow Diagram (DFD)
Ansh Kashyap
 
Dfd over flowcharts
Dfd over flowcharts Dfd over flowcharts
Dfd over flowcharts
Ashwathy Nair
 
Process modeling
Process modelingProcess modeling
Process modeling
DEBENDRA ADHIKARI
 
Data Flow Diagram.pptx
Data Flow Diagram.pptxData Flow Diagram.pptx
Data Flow Diagram.pptx
ubaidullah75790
 

Similar to Data Flow Diagram (20)

Dfd final
Dfd finalDfd final
Dfd final
 
Data flow diagram
Data flow diagramData flow diagram
Data flow diagram
 
Dfd data flow diagram
Dfd   data flow diagramDfd   data flow diagram
Dfd data flow diagram
 
dtata flow digram
dtata flow digramdtata flow digram
dtata flow digram
 
DFD
DFDDFD
DFD
 
DFD.pptx
DFD.pptxDFD.pptx
DFD.pptx
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
 
presentationDFD_3_7_2016.pptx
presentationDFD_3_7_2016.pptxpresentationDFD_3_7_2016.pptx
presentationDFD_3_7_2016.pptx
 
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 ( DFD ) 4 Components.pptx
Data flow diagram ( DFD ) 4 Components.pptxData flow diagram ( DFD ) 4 Components.pptx
Data flow diagram ( DFD ) 4 Components.pptx
 
Data flow diagrams dfd
Data flow diagrams dfdData flow diagrams dfd
Data flow diagrams dfd
 
Data flow Diagram (DFD)
Data flow Diagram (DFD)Data flow Diagram (DFD)
Data flow Diagram (DFD)
 
this is regarding agent technology you must use it
this is regarding agent technology you must use itthis is regarding agent technology you must use it
this is regarding agent technology you must use it
 
Fundamentasl of DFD
Fundamentasl of DFDFundamentasl of DFD
Fundamentasl of DFD
 
dfdpptbyanshkashyap-230605115839-94e8623e.pdf
dfdpptbyanshkashyap-230605115839-94e8623e.pdfdfdpptbyanshkashyap-230605115839-94e8623e.pdf
dfdpptbyanshkashyap-230605115839-94e8623e.pdf
 
Data Flow Diagram (DFD)
Data Flow Diagram (DFD)Data Flow Diagram (DFD)
Data Flow Diagram (DFD)
 
Dfd over flowcharts
Dfd over flowcharts Dfd over flowcharts
Dfd over flowcharts
 
Process modeling
Process modelingProcess modeling
Process modeling
 
Data Flow Diagram.pptx
Data Flow Diagram.pptxData Flow Diagram.pptx
Data Flow Diagram.pptx
 

More from nethisip13

Worship focus
Worship focusWorship focus
Worship focus
nethisip13
 
Development and quality plan
Development and quality planDevelopment and quality plan
Development and quality plan
nethisip13
 
Quality Control
Quality ControlQuality Control
Quality Control
nethisip13
 
Software Fault, Error, and Failure
Software Fault, Error, and FailureSoftware Fault, Error, and Failure
Software Fault, Error, and Failure
nethisip13
 
Contract review
Contract reviewContract review
Contract review
nethisip13
 
REVIEW OF RELATED LITERATURE AND STUDIES
REVIEW OF RELATED LITERATURE AND STUDIES REVIEW OF RELATED LITERATURE AND STUDIES
REVIEW OF RELATED LITERATURE AND STUDIES
nethisip13
 
Quality management
Quality managementQuality management
Quality management
nethisip13
 
Autocad 3D Object
Autocad 3D ObjectAutocad 3D Object
Autocad 3D Object
nethisip13
 
Project management
Project managementProject management
Project management
nethisip13
 
Software Fault, Error, and Failure
Software Fault, Error, and FailureSoftware Fault, Error, and Failure
Software Fault, Error, and Failure
nethisip13
 
Quality Models
Quality ModelsQuality Models
Quality Models
nethisip13
 
Sad title page template
Sad title page templateSad title page template
Sad title page template
nethisip13
 
Fundamentals of testing SQA
Fundamentals of testing SQAFundamentals of testing SQA
Fundamentals of testing SQA
nethisip13
 
Lesson 2 VPORT
Lesson 2 VPORT Lesson 2 VPORT
Lesson 2 VPORT
nethisip13
 
SDLC
SDLCSDLC
Gcad 2 isometric
Gcad 2 isometricGcad 2 isometric
Gcad 2 isometric
nethisip13
 
The truth about warcraft III defense of the ancients dota
The truth about warcraft III defense of the ancients dotaThe truth about warcraft III defense of the ancients dota
The truth about warcraft III defense of the ancients dota
nethisip13
 

More from nethisip13 (17)

Worship focus
Worship focusWorship focus
Worship focus
 
Development and quality plan
Development and quality planDevelopment and quality plan
Development and quality plan
 
Quality Control
Quality ControlQuality Control
Quality Control
 
Software Fault, Error, and Failure
Software Fault, Error, and FailureSoftware Fault, Error, and Failure
Software Fault, Error, and Failure
 
Contract review
Contract reviewContract review
Contract review
 
REVIEW OF RELATED LITERATURE AND STUDIES
REVIEW OF RELATED LITERATURE AND STUDIES REVIEW OF RELATED LITERATURE AND STUDIES
REVIEW OF RELATED LITERATURE AND STUDIES
 
Quality management
Quality managementQuality management
Quality management
 
Autocad 3D Object
Autocad 3D ObjectAutocad 3D Object
Autocad 3D Object
 
Project management
Project managementProject management
Project management
 
Software Fault, Error, and Failure
Software Fault, Error, and FailureSoftware Fault, Error, and Failure
Software Fault, Error, and Failure
 
Quality Models
Quality ModelsQuality Models
Quality Models
 
Sad title page template
Sad title page templateSad title page template
Sad title page template
 
Fundamentals of testing SQA
Fundamentals of testing SQAFundamentals of testing SQA
Fundamentals of testing SQA
 
Lesson 2 VPORT
Lesson 2 VPORT Lesson 2 VPORT
Lesson 2 VPORT
 
SDLC
SDLCSDLC
SDLC
 
Gcad 2 isometric
Gcad 2 isometricGcad 2 isometric
Gcad 2 isometric
 
The truth about warcraft III defense of the ancients dota
The truth about warcraft III defense of the ancients dotaThe truth about warcraft III defense of the ancients dota
The truth about warcraft III defense of the ancients dota
 

Recently uploaded

Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
shabeluno
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
Nguyen Thanh Tu Collection
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
Celine George
 
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
Kalna College
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
Kalna College
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
BiplabHalder13
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
Kalna College
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
 
IoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdfIoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdf
roshanranjit222
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
MJDuyan
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
Kalna College
 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
Celine George
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
sanamushtaq922
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
khabri85
 
Diversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT KanpurDiversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT Kanpur
Quiz Club IIT Kanpur
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ShwetaGawande8
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
Derek Wenmoth
 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
Kalna College
 
Cross-Cultural Leadership and Communication
Cross-Cultural Leadership and CommunicationCross-Cultural Leadership and Communication
Cross-Cultural Leadership and Communication
MattVassar1
 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
EducationNC
 

Recently uploaded (20)

Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
 
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...220711130095 Tanu Pandey message currency, communication speed & control EPC ...
220711130095 Tanu Pandey message currency, communication speed & control EPC ...
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
 
IoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdfIoT (Internet of Things) introduction Notes.pdf
IoT (Internet of Things) introduction Notes.pdf
 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
 
Diversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT KanpurDiversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT Kanpur
 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
 
220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology220711130097 Tulip Samanta Concept of Information and Communication Technology
220711130097 Tulip Samanta Concept of Information and Communication Technology
 
Cross-Cultural Leadership and Communication
Cross-Cultural Leadership and CommunicationCross-Cultural Leadership and Communication
Cross-Cultural Leadership and Communication
 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
 

Data Flow Diagram

  • 1. System Analysis & DesignSystem Analysis & Design
  • 2.  Where do they fit in?  Analysis (What do we do?)  Fact finding  investigate business process and the current system  modelling the current and required systems  deliverables -  requirements specification  logical models of the required system  Life Cycle Phases  Planning  Feasibility Study  Analysis  Design  Code and Unit test
  • 3.  3  DFDs describe the flow of data or information into and out of a system  what does the system do to the data?  A DFD is a graphic representation of the flow of data or information through a system Data Flow Diagrams (DFD)
  • 4.   external entity - people or organisations that send data into the system or receive data from the system  process - models what happens to the data i.e. transforms incoming data into outgoing data  data store - represents permanent data that is used by the system  data flow - models the actual flow of the data between the other elements 4 Main Elements
  • 5.  Notation Process box D Data Store External Entity Data Flow • Data Flow • Process • External Entity • Data Store
  • 6.  DFD Shapes from Version F r o m F lo w C h a r t / D a t a F lo w D ia g r a m P r o c e s s D a t a S t o r e E x t e r n a l E n t it y F r o m S o f t w a r e D ia g r a m / G a n e - S a r s o n D F D P r o c e s s ID # ID # E x t e r n a l E n t it y D a t a S t o r e1 External Entity Data Store Process From Flow Chart / Data Flow Diagram Version 5.x Version 2000
  • 7.  4  Even a small system could have many processes and data flows and DFD could be large and messy  use levelled DFDs - view system at different levels of detail  one overview and many progressively greater detailed views Levelled DFDs
  • 8.   models system as one process box which represents scope of the system  identifies external entities and related inputs and outputs  Additional notation - system box Level 0 - Context Diagram System boxExternal entity Data flow out Data flow in
  • 9.   gives overview of full system  identifies major processes and data flows between them  identifies data stores that are used by the major processes  boundary of level 1 is the context diagram Level 1 - overview diagram
  • 10.   level 1 process is expanded into more detail  each process in level 1 is decomposed to show its constituent processes  boundary of level 2 is the level 1 process Level 2 - detailed diagram
  • 11.  Duplicates marked by diagonal line in corner  System Boundary  Elementary Processes - star in corner  Process that is levelled - dots on top Other Notation
  • 12.  5  Numbering  Labelling  Balancing Rules for DFDs
  • 13.   On level 1 processes are numbered 1,2,3…  On level 2 processes are numbered x.1, x.2, x.3… where x is the number of the parent level 1 process  Number is used to uniquely identify process not to represent any order of processing  Data store numbers usually D1, D2, D3... Numbering
  • 14.   Process label - short description of what the process does, e.G. Price order  Data flow label - noun representing the data flowing through it e.G. Customer payment  Data store label - describes the type of data stored  Make labels as meaningful as possible Labelling
  • 15.   Balancing  any data flows entering or leaving a parent level must by equivalent to those on the child level  Data stores  data stores that are local to a process need not be included until the process is expanded Balancing and data stores
  • 16.   Allowed to combine several data flows from lower level diagrams at a higher level under one data flow to reduce clutter  Flows should be labelled except when data to or from a data store consists of all items in the data store Data Flows
  • 17.   Find the people who send data into the system  Often data is part of a PHYSICAL transaction  When handing a bar of chocolate to a shopkeeper, you are handing him/her a barcode.  Find the people who get data out of the system.  The only data you need is data that is transformed or sent completely out of the system – not data that is handled by an operator within the system. Context Diagram
  • 23.  Font: Arial Font Size: 12 Title Page Margin Top: 2” Bottom: 1” Left: 1.5” Right: 1” SAD Documentation Font: Arial Font Size: 12 Page Margin Top: 1” Bottom: 1” Left: 1.5” Right: 1”

Editor's Notes

  1. Use example of borrow library book here to illustrate the different components. Student is external passes in request (book and student details) into validate student process output valid student request into reserve book process. Two data stores, students and loans. Output back to student is book; Case study - Just A Line system
  2. sides of context process box = system boundary Example context diagram for library, inputs= book request, book return and output = book; external entity = student. Go through the case study - context Fig 3.4 pg 32; level 1- Fig 3.5 pg 32 level 2 - Fig 3.6 pg 33
  3. Balancing - Give example of Level 1 with 3 processes, 1,2,3 and inputs between them. In level 2 add in extra flow and leave out one of the flows. Also at level 2 introduce new flows that are internal to level 2 to show that that is OK e.g. for combining dataflows - use level 1 diagram with customer inputting deposit to accept booking process and cutomer inputting balance to issue ticket process. Context diagram then has one input flow of payment = deposit +balance.
  翻译: