C_ITIP211 LECTURER: E.DONDO. Unit 3 : PROCESS MODELING.

Slides:



Advertisements
Similar presentations
Information Systems Analysis and Design
Advertisements

Chapter 5 Structuring System Requirements: Process Modeling
Systems Analysis Requirements structuring Process Modeling
Chapter 7 Structuring System Process Requirements
Chapter 7 Structuring System Process Requirements
© 2005 by Prentice Hall 7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey.
Chapter 7 Structuring System Process Requirements
Chapter 7 Structuring System Process Requirements
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Copyright 2001 Prentice-Hall, Inc. Object Oriented Aproach to System Requirements: Process Modeling 7.1 Chapter 7.
Dataflow modelling: Context and Data Flow Diagrams
Chapter 7 Analyzing System Process Requirements
Jump to first page Chapter 2 System Analysis - Process Modeling.
Data Flow Diagrams Mechanics.
Modern Systems Analysis and Design
Structuring System Requirements: Process Modeling
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
MIS 461: Structured System Analysis and Design Dr. A.T. Jarmoszko
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 8 Structuring.
Modern Systems Analysis and Design Third Edition
Process Modeling Fundamentals. Three Ways to Understand a System By its processes What are the systems main processes? What are the systems main processes?
System Analysis and Design
Chapter 7 Structuring System Process Requirements
Chapter 8 Structuring System Requirements: Process Modeling
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6.1.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Sixth Edition.
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 8 Structuring.
Balancing DFDs When decomposing a DFD, you must conserve inputs to and outputs from a process at the next level of decomposition This is called balancing.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Structuring System Process Requirements. Learning Objectives Understand the logical modeling of processes by studying examples of data flow diagrams (DFDs).
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6.1.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Chapter 6 Structuring System Requirements: Process Modeling 6.1.
Chapter 7 Structuring System Process Requirements
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Essentials of Systems Analysis and Design Fourth Edition Joseph S. Valacich Joey F.
Computer System Analysis Chapter 8 Structuring System Requirements: Process Modeling Dr. Sana’a Wafa Al-Sayegh 1 st quadmaster University of Palestine.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 8 Structuring.
Chapter 7 Structuring System Process Requirements
Business Analysis Information determination Information specification Alternative generation and selection.
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 5 Structuring.
Copyright 2002 Prentice-Hall, Inc. Chapter 7 Structuring System Requirements: Process Modeling.
Modern Systems Analysis and Design Fifth Edition
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Structuring User Requirements IS 592 Dr. Dania Bilal Spring 2005.
Review 1 Chapters Systems definition example System: An interrelated set of components, with an identifiable boundary, working together for some.
Software Analysis 1 PROCESS MODELING: Data Flow Diagrams (DFDs)
© 2005 by Prentice Hall Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
MIS 360: System Analysis and Design Dr. Qasem Al-Radaideh Department of Computer Information Systems Faculty of Information Technology Yarmouk University.
7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition.
Chapter 6 Structuring System Requirements: Process Modeling
Chapter 6 Structuring System Requirements: Process Modeling
Business System Development
Data Flow Diagrams Mechanics.
Chapter 8 Structuring System Requirements: Process Modeling
Process Modeling Graphically represent the processes that capture, manipulate, store, and distribute data between a system and its environment Models DFDs.
Modern Systems Analysis and Design Third Edition
Business System Development
Modern Systems Analysis and Design Third Edition
Structuring System Requirements: Process Modeling
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Process & Logic Modeling
Data Flow Diagrams Mechanics.
Data Flow Diagrams Mechanics. Outline DFD symbols External entities (sources and sinks) Data Stores Data Flows Processes Types of diagrams Step by step.
Chapter 6 Structuring System Requirements: Process Modeling
MBI 630: Week 4 Process Modeling
Modern Systems Analysis and Design Third Edition
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Modern Systems Analysis and Design Third Edition
Modern Systems Analysis and Design Third Edition
Presentation transcript:

C_ITIP211 LECTURER: E.DONDO

Unit 3 : PROCESS MODELING

Explain process modeling Discuss data-flow diagramming mechanics, definitions, and rules Discuss balancing data-flow diagrams Discuss the use of data-flow diagrams as analysis tools

 Is the trend of planning, analysis and design found in many industries  Graphically represents the processes that capture, manipulate, store, and distribute data between a system and its environment and among system components  Process modeling is done using data flow diagrams (DFD)

Key tool for modelling business and system processes ◦ It utilizes information gathered during requirements determination ◦ Structure of the data is also modeled in addition to the processes Shows processes in a system, with its inputs, outputs and data illustrates movement of data between external entities and the processes and data stores within a system It has different levels

 Data Flow ◦ Depicts data that is in motion and moving as a unit from one place to another in the system ◦ Select a meaningful name to represent the data  Process ◦ Depicts work or actions performed on data so that they are transformed, stored, or distributed ◦ Number of process as well as names are recorded

 Data Store ◦ Depicts data at rest ◦ May represent data in  File folder  Computer-based file  Notebook ◦ Label includes name of the store as well as the number  Source/Sink ◦ Depicts the origin and/or destination of the data ◦ Sometimes referred to as an external entity ◦ Name states what the external agent is

 Context Diagram ◦ A data-flow diagram 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-O Diagram ◦ A data-flow diagram that represents a system’s major processes, data flows, and data stores at a higher level

 Basic rules that apply to all DFDs: ◦ Inputs to a process are always different from outputs ◦ Objects always have a unique name  In order to keep the diagram uncluttered, you can repeat data stores and data flows on a diagram

 Process A. No process can have only outputs (a miracle) B. No process can have only inputs (black hole) C. A process has a verb phrase label D. A process has output which does not make sense if one studies the input (grey hole)  Data Store D. Data cannot be moved from one store to another E. Data cannot move from an outside source to a data store F. Data cannot move directly from a data store to a data sink G. Data store has a noun phrase label

 Data Flow J. A data flow has only one direction of flow between symbols K. A fork means that exactly the same data go from a common location to two or more processes, data stores, or sources/sinks L. A join means that exactly the same data come from any two or more different processes, data stores or sources/sinks to a common location M. A data flow cannot go directly back to the same process it leaves N. A data flow to a data store means update O. A data flow from a data store means retrieve or use P. A data flow has a noun phrase label  Source/Sink ◦ Depicts the origin and/or destination of the data ◦ Sometimes referred to as an external entity ◦ Drawn as a square symbol ◦ Name states what the external agent is

 Functional Decomposition ◦ Act of going from one single system to many component processes ◦ Repetitive procedure ◦ Lowest level is called a primitive DFD  Level-n Diagrams ◦ A DFD that is the result of n nested decompositions of a series of sub processes from a process on a level-0 diagram

 When decomposing a DFD, you must conserve inputs to and outputs from a process at the next level of decomposition ◦ This is called balancing  DFDs must be consistent with other diagrams in the information systems DFD set  All inputs and outputs in the context diagram should be included in lower level DFDs

 Hoosier Burgers ◦ In Figure 6a, notice that there is one input to the system; the customer order ◦ Three outputs:  Customer receipt  Food order  Management reports ◦ Notice Figure 6b. We have the same inputs and outputs ◦ No new inputs or outputs have been introduced ◦ We can say that the context diagram and level-0 DFD are balanced

Fig 6aFig 6b

◦ In context diagram, we have one input to the system, A and one output, B ◦ Level-0 diagram has one additional data flow, C ◦ These DFDs are not balanced

 We can split a data flow into separate data flows on a lower level diagram

1. Completeness ◦ DFD must include all components necessary for the system ◦ Each component must be fully described in the project dictionary or CASE repository 2. Consistency ◦ The extent to which information contained on one level of a set of nested DFDs is also included on other levels

3. Timing ◦ Time is not represented well on DFDs ◦ Best to draw DFDs as if the system has never started and will never stop 4. Iterative Development ◦ Analyst should expect to redraw diagram several times before reaching the closest approximation to the system being modeled 5. Primitive DFDs ◦ Lowest logical level of decomposition ◦ Decision has to be made when to stop decomposition

 Rules for stopping decomposition: ◦ When each process has been reduced to a single decision, calculation or database operation ◦ When each data store represents data about a single entity ◦ When the system user does not care to see any more detail

 Rules for stopping decomposition: (continued) ◦ When every data flow does not need to be split further to show that data are handled in various ways ◦ When you believe that you have shown each business form or transaction, online display and report as a single data flow ◦ When you believe that there is a separate process for each choice on all lowest-level menu options

Step 1: ◦ Identify the system name and number it with a zero. Step 2: ◦ Identify all processes and sub-processes and create a decomposition diagram Step 3: ◦ Identify the external entities (sources/sinks). Step 4: ◦ Identify all data flowing in and data flowing out. Step 5: ◦ Draw a context diagram Step 6: ◦ Draw a level 0 DFD

 Data-flow Diagrams (DFD) ◦ Symbols ◦ Rules for creating ◦ Decomposition ◦ Balancing