SlideShare a Scribd company logo
1
‫ر‬َ‫ـد‬ْ‫ق‬‫ِـ‬‫ن‬،،،‫لما‬‫اننا‬ ‫نصدق‬ْْ‫ق‬ِ‫ن‬‫ر‬َ‫د‬
Faculty of Engineering - Helwan University
2
 Discussion
 Systems Theory (Input-Process-Output)
 Process Modeling and Mechanics of DFDs
 Current System Process Modeling
 Future System Process Modeling
3
 A System is a Process
 The simplest process model of a system is based on inputs,
outputs, and the system itself – viewed a process.
 The process symbol defines the boundary of the system.
 The system is inside the boundary; the environment is
outside that boundary.
 The system exchanges inputs and outputs with its
environment
4
 Logical models: show what a system ‘is’ or ‘does’. They
are implementation-independent; that is, they depict
the system independent of any technical
implementation. As such, logical models illustrate the
essence of the system. Popular synonyms include
essential model, conceptual model, and business model.
 Physical models: show not only what a system ‘is’ or
‘does’, but also how the system is physically and
technically implemented. They are implementation-
dependent because they reflect technology choices, and
the limitations of those technology choices. Synonyms
include implementation model and technical model
5
 Process modeling is a technique for organizing and
documenting the structure and flow of data through a
system’s PROCESSES and/or the logic, policies, and
procedures to be implemented by a system’s PROCESSES.
 Process modeling originated in classical software
engineering methods.
 A systems analysis process model consists of data flow
diagrams (DFDs).
 A data flow diagram (DFD) is a tool that depicts the flow
of data through a system and the work or processing
performed by that system.
 Synonyms include bubble chart, transformation graph, and
process model.
6
 There are only three symbols and one
connection:
 The rounded rectangles represent processes or work
to be done.
 The squares represent external agents – the boundary
of the system.
 The open-ended boxes represent data stores,
sometimes called files or databases, and correspond
to all instances of a single entity in a data model.
 The arrows represent data flows, or inputs and
outputs, to and from the processes.
7
 You should be left only with logical processes that:
 Perform computations (e.g., calculate grade point average)
 Make decisions (determine availability of ordered products)
 Sort, filter or otherwise summarize data (identify overdue
invoices)
 Organize data into useful information (e.g., generate a report
or answer a question)
 Trigger other processes (e.g., turn on the furnace or instruct a
robot)
 Use stored data (create, read, update or delete a record)
Process Name Process Name
8
 Data in Motion
 A data flow is data in motion.
• A data flow represents an input of data to a process, or the
output of data (or information) from a process. A data flow is
also used to represent the creation, deletion, or update of
data in a file or database (called a data store on the DFD).
• A data flow is depicted as a solid-line with arrow.
Name of data-flow
9
 External Agents
 An external agent defines a person, organization unit, other
system, or other organization that lies outside of the scope of
the project, but which interacts with the system being studied.
External agents provide the net inputs into a system, and
receive net outputs from a system. Common synonyms include
external entity.
External Agent
External
Entity
10
 Data Stores
 A data store is an “inventory” of data. Synonyms
include file and database (implementation-oriented
for essential process modeling).
D Data Store name
11
 Context Diagram
 A data flow diagram (DFD) of the scope of an
organizational system that shows the system
boundaries, external entities that interact with the
system and the major information flows between the
entities and the system
 Level-0 Diagram
 A data flow diagram (DFD) that represents a system’s
major processes, data flows and data stores at a high
level of detail
12
 Functional decomposition
 Act of going from one single system to many
component processes
 Repetitive procedure
 Level-N Diagrams
 A DFD that is the result of n nested decompositions of
a series of subprocesses from a process on a level-0
diagram
13
 Completeness
 DFD must include all components necessary for system
 Each component must be fully described in the project
dictionary or CASE repository
 Consistency
 The extent to which information contained on one level of
a set of nested DFDs is also included on other levels
14
(a) Context diagram
(b) Level-0 diagram
15
3.1.2
Create a new
member account
3.1.1
Generate an
employee bank
statement
3.1.3
Freeze member
account number
Accounts
Receivable
Department
Employee
Member Accounts Employees
Existing account
New account status
Employee
status
Frozen account notification
Employee address
Bank statement
Membership
application
Black Hole
Miracle
Gray Hole
16
B1 B2 B1 B1
B1 B1
B1 B1
DS1 DS2 DS1
a process is
needed to
exchange data
flows between
boundaries
a process is
needed to
update (or
use) a data
store
a process is
needed to
present data
from a data
store
a process is
needed to
move data
from one data
store to
another
DS2
DS1
DS1 DS1
DS1
Illegal
data
flows
Corrected
data
flows
17
 Logical processes are work or actions that must be performed
no matter how you implement the system.
 Even for the future system, at the definition phase, the process
model should be logical.
 In the study phase, the current system was analyzed in three
levels of models:
 Context Diagram
 System Diagram
 Event Diagrams
 A function is a set of related and on-going activities of the
business.
 An event is a logical unit of work that must be completed as
a whole. An event is triggered by a discrete input, and is
completed when the process has responded with appropriate
outputs. Events are sometimes called transactions.
18
19
20
21
 Step 1: Identify the changes in functional requirements
for the new system
 Step 2: Establish the context for the new system
 Step 3: Create a new system diagram
 Step 4: Create necessary child diagrams
22
 Source: Problem Statement (Cause/Effect)
 Prioritize the “System Objectives” based on the
urgency/importance of the effects
 Regroup the objectives into changes in
functional requirements
e.g.,
 Operational requirements,
 Reporting/Inquiry requirements
23
24
 Analyze the new functional requirements in terms of
necessary input/output of data i.e.,
 Is there any new input?
 Is it necessary to produce new output?
 Is it going to allow new functions to external entities?
25
26
 Principles for creating new DFD
 Keep the model simple
 Try to use data stores to connect all the processes
 Identify the functions that must be affected by
the new functional requirements
 Determine the boundary of the new system
27
28
 Explode each function to depict the flow of data within
the function
 A list of events within the function will be helpful
 Add necessary data stores
29
30

More Related Content

PDF
SE18_Lec 07_System Modelling and Context Model
PDF
SE_Lec 03_Requirements Analysis and Specification
PDF
SE18_Lec 09_UML Use Cases
PDF
SE_Lec 01_ Introduction to Software Enginerring
PDF
SE_Lec 08_UML Use Cases
PDF
SE2018_Lec 16_ Architectural Design
PDF
SE18_Lec 06_Object Oriented Analysis and Design
PPT
Analysis modeling
SE18_Lec 07_System Modelling and Context Model
SE_Lec 03_Requirements Analysis and Specification
SE18_Lec 09_UML Use Cases
SE_Lec 01_ Introduction to Software Enginerring
SE_Lec 08_UML Use Cases
SE2018_Lec 16_ Architectural Design
SE18_Lec 06_Object Oriented Analysis and Design
Analysis modeling

What's hot (20)

PDF
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
PPT
Lecture 14 requirements modeling - flow and behavior
PPT
Flow oriented modeling
DOCX
Data flow oriented modeling
PDF
SE18_Lec 10_ UML Behaviour and Interaction Diagrams
PPT
Analysis modelling
PPT
Analysis concepts and principles
PDF
SE18_Lec 08_UML Class Diagram
PPT
Analysis modeling & scenario based modeling
PDF
SE_Lec 05_System Modelling and Context Model
PPT
Modelling System Requirements: Events & Things
PPT
Modeling System Requirements
PPT
Slides chapter 8
PDF
Unit 3- requirements for software development
DOC
Chapter 4 software design
PPTX
Scenario based methods
PDF
Use case diagrams
PPT
SE - Software Requirements
PPTX
Object oriented analysis &design - requirement analysis
PDF
Unit 5- Architectural Design in software engineering
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
Lecture 14 requirements modeling - flow and behavior
Flow oriented modeling
Data flow oriented modeling
SE18_Lec 10_ UML Behaviour and Interaction Diagrams
Analysis modelling
Analysis concepts and principles
SE18_Lec 08_UML Class Diagram
Analysis modeling & scenario based modeling
SE_Lec 05_System Modelling and Context Model
Modelling System Requirements: Events & Things
Modeling System Requirements
Slides chapter 8
Unit 3- requirements for software development
Chapter 4 software design
Scenario based methods
Use case diagrams
SE - Software Requirements
Object oriented analysis &design - requirement analysis
Unit 5- Architectural Design in software engineering
Ad

Similar to SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx (20)

PPTX
Process modeling
PPT
SAD 2nd PPT
PPTX
Hi600 ch05_text_slides
PPTX
Module 2 Unit 3
PPT
data-flow-diagram_software engineering.ppt
PPTX
CIS 2303 LO3 Process Modeling
PPTX
Understanding Data Flow Diagram
PPTX
Data Flow Diagrams
PPTX
System Analysis and Design Lecture notes
PPTX
Dfd final
PPTX
BM322_04.pptx Business Management Integral
PPTX
Chapter 5 Data and Process Modeling .pptx
PPT
Chapter08 structuring system requirements
PPT
__Stude_DATA FLOW DIAGggggggggggRAMS.ppt
PPT
DFD_Context-_zero-level.ppt
PPT
__Stude_DATA FLOW DIAGRAM and importance .ppt
PPT
How to Data Flow Diagram
PPT
Data flow
PPT
208 dataflowdgm
 
PPT
DFD.ppt
Process modeling
SAD 2nd PPT
Hi600 ch05_text_slides
Module 2 Unit 3
data-flow-diagram_software engineering.ppt
CIS 2303 LO3 Process Modeling
Understanding Data Flow Diagram
Data Flow Diagrams
System Analysis and Design Lecture notes
Dfd final
BM322_04.pptx Business Management Integral
Chapter 5 Data and Process Modeling .pptx
Chapter08 structuring system requirements
__Stude_DATA FLOW DIAGggggggggggRAMS.ppt
DFD_Context-_zero-level.ppt
__Stude_DATA FLOW DIAGRAM and importance .ppt
How to Data Flow Diagram
Data flow
208 dataflowdgm
 
DFD.ppt
Ad

More from Amr E. Mohamed (20)

PDF
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
PDF
Dcs lec03 - z-analysis of discrete time control systems
PDF
Dcs lec02 - z-transform
PDF
Dcs lec01 - introduction to discrete-time control systems
PDF
DDSP_2018_FOEHU - Lec 10 - Digital Signal Processing Applications
PDF
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
PDF
DSP_2018_FOEHU - Lec 06 - FIR Filter Design
PDF
SE2018_Lec 17_ Coding
PDF
SE2018_Lec-22_-Continuous-Integration-Tools
PDF
SE2018_Lec 21_ Software Configuration Management (SCM)
PDF
SE2018_Lec 18_ Design Principles and Design Patterns
PDF
Selenium - Introduction
PPTX
SE2018_Lec 20_ Test-Driven Development (TDD)
PDF
SE2018_Lec 19_ Software Testing
PDF
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier Transform
PDF
DSP_2018_FOEHU - Lec 05 - Digital Filters
PDF
DSP_2018_FOEHU - Lec 04 - The z-Transform
PDF
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
PDF
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time Signals
PDF
SE2018_Lec 15_ Software Design
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dcs lec03 - z-analysis of discrete time control systems
Dcs lec02 - z-transform
Dcs lec01 - introduction to discrete-time control systems
DDSP_2018_FOEHU - Lec 10 - Digital Signal Processing Applications
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 06 - FIR Filter Design
SE2018_Lec 17_ Coding
SE2018_Lec-22_-Continuous-Integration-Tools
SE2018_Lec 21_ Software Configuration Management (SCM)
SE2018_Lec 18_ Design Principles and Design Patterns
Selenium - Introduction
SE2018_Lec 20_ Test-Driven Development (TDD)
SE2018_Lec 19_ Software Testing
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_2018_FOEHU - Lec 05 - Digital Filters
DSP_2018_FOEHU - Lec 04 - The z-Transform
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 02 - Sampling of Continuous Time Signals
SE2018_Lec 15_ Software Design

Recently uploaded (20)

PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPT
Total quality management ppt for engineering students
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
UNIT 4 Total Quality Management .pptx
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PPT
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
Visual Aids for Exploratory Data Analysis.pdf
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Total quality management ppt for engineering students
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Nature of X-rays, X- Ray Equipment, Fluoroscopy
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
UNIT 4 Total Quality Management .pptx
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
86236642-Electric-Loco-Shed.pdf jfkduklg

SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx

  • 2. 2  Discussion  Systems Theory (Input-Process-Output)  Process Modeling and Mechanics of DFDs  Current System Process Modeling  Future System Process Modeling
  • 3. 3  A System is a Process  The simplest process model of a system is based on inputs, outputs, and the system itself – viewed a process.  The process symbol defines the boundary of the system.  The system is inside the boundary; the environment is outside that boundary.  The system exchanges inputs and outputs with its environment
  • 4. 4  Logical models: show what a system ‘is’ or ‘does’. They are implementation-independent; that is, they depict the system independent of any technical implementation. As such, logical models illustrate the essence of the system. Popular synonyms include essential model, conceptual model, and business model.  Physical models: show not only what a system ‘is’ or ‘does’, but also how the system is physically and technically implemented. They are implementation- dependent because they reflect technology choices, and the limitations of those technology choices. Synonyms include implementation model and technical model
  • 5. 5  Process modeling is a technique for organizing and documenting the structure and flow of data through a system’s PROCESSES and/or the logic, policies, and procedures to be implemented by a system’s PROCESSES.  Process modeling originated in classical software engineering methods.  A systems analysis process model consists of data flow diagrams (DFDs).  A data flow diagram (DFD) is a tool that depicts the flow of data through a system and the work or processing performed by that system.  Synonyms include bubble chart, transformation graph, and process model.
  • 6. 6  There are only three symbols and one connection:  The rounded rectangles represent processes or work to be done.  The squares represent external agents – the boundary of the system.  The open-ended boxes represent data stores, sometimes called files or databases, and correspond to all instances of a single entity in a data model.  The arrows represent data flows, or inputs and outputs, to and from the processes.
  • 7. 7  You should be left only with logical processes that:  Perform computations (e.g., calculate grade point average)  Make decisions (determine availability of ordered products)  Sort, filter or otherwise summarize data (identify overdue invoices)  Organize data into useful information (e.g., generate a report or answer a question)  Trigger other processes (e.g., turn on the furnace or instruct a robot)  Use stored data (create, read, update or delete a record) Process Name Process Name
  • 8. 8  Data in Motion  A data flow is data in motion. • A data flow represents an input of data to a process, or the output of data (or information) from a process. A data flow is also used to represent the creation, deletion, or update of data in a file or database (called a data store on the DFD). • A data flow is depicted as a solid-line with arrow. Name of data-flow
  • 9. 9  External Agents  An external agent defines a person, organization unit, other system, or other organization that lies outside of the scope of the project, but which interacts with the system being studied. External agents provide the net inputs into a system, and receive net outputs from a system. Common synonyms include external entity. External Agent External Entity
  • 10. 10  Data Stores  A data store is an “inventory” of data. Synonyms include file and database (implementation-oriented for essential process modeling). D Data Store name
  • 11. 11  Context Diagram  A data flow diagram (DFD) of the scope of an organizational system that shows the system boundaries, external entities that interact with the system and the major information flows between the entities and the system  Level-0 Diagram  A data flow diagram (DFD) that represents a system’s major processes, data flows and data stores at a high level of detail
  • 12. 12  Functional decomposition  Act of going from one single system to many component processes  Repetitive procedure  Level-N Diagrams  A DFD that is the result of n nested decompositions of a series of subprocesses from a process on a level-0 diagram
  • 13. 13  Completeness  DFD must include all components necessary for system  Each component must be fully described in the project dictionary or CASE repository  Consistency  The extent to which information contained on one level of a set of nested DFDs is also included on other levels
  • 14. 14 (a) Context diagram (b) Level-0 diagram
  • 15. 15 3.1.2 Create a new member account 3.1.1 Generate an employee bank statement 3.1.3 Freeze member account number Accounts Receivable Department Employee Member Accounts Employees Existing account New account status Employee status Frozen account notification Employee address Bank statement Membership application Black Hole Miracle Gray Hole
  • 16. 16 B1 B2 B1 B1 B1 B1 B1 B1 DS1 DS2 DS1 a process is needed to exchange data flows between boundaries a process is needed to update (or use) a data store a process is needed to present data from a data store a process is needed to move data from one data store to another DS2 DS1 DS1 DS1 DS1 Illegal data flows Corrected data flows
  • 17. 17  Logical processes are work or actions that must be performed no matter how you implement the system.  Even for the future system, at the definition phase, the process model should be logical.  In the study phase, the current system was analyzed in three levels of models:  Context Diagram  System Diagram  Event Diagrams  A function is a set of related and on-going activities of the business.  An event is a logical unit of work that must be completed as a whole. An event is triggered by a discrete input, and is completed when the process has responded with appropriate outputs. Events are sometimes called transactions.
  • 18. 18
  • 19. 19
  • 20. 20
  • 21. 21  Step 1: Identify the changes in functional requirements for the new system  Step 2: Establish the context for the new system  Step 3: Create a new system diagram  Step 4: Create necessary child diagrams
  • 22. 22  Source: Problem Statement (Cause/Effect)  Prioritize the “System Objectives” based on the urgency/importance of the effects  Regroup the objectives into changes in functional requirements e.g.,  Operational requirements,  Reporting/Inquiry requirements
  • 23. 23
  • 24. 24  Analyze the new functional requirements in terms of necessary input/output of data i.e.,  Is there any new input?  Is it necessary to produce new output?  Is it going to allow new functions to external entities?
  • 25. 25
  • 26. 26  Principles for creating new DFD  Keep the model simple  Try to use data stores to connect all the processes  Identify the functions that must be affected by the new functional requirements  Determine the boundary of the new system
  • 27. 27
  • 28. 28  Explode each function to depict the flow of data within the function  A list of events within the function will be helpful  Add necessary data stores
  • 29. 29
  • 30. 30