© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 37 C System Process Modeling DATA Flow Diagrams.

Slides:



Advertisements
Similar presentations
CAPE INFORMATION TECHNOLOGY – Unit 2
Advertisements

Systems Development and Documentation Techniques
Week 2. Documentation Why is it useful?  Understand system  Communicate system  Evaluate system Note: System can refer to either a manual or automated.
SYSTEMS ANALYSIS AND DESIGN TOOLS
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
Accounting Information Systems 9th Edition
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Systems Development and Documentation Techniques.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart3-1 C HAPTER 3 Systems Development and Documentation Techniques.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
How to : Data Flow Diagrams (DFDs)
System Development and Documentation Techniques
Jump to first page Chapter 2 System Analysis - Process Modeling.
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 C HAPTER 3 Systems Development and Documentation.
Modern Systems Analysis and Design
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart1 of 85 C HAPTER 1 Accounting Information Systems: An Overview.
MIS 461: Structured System Analysis and Design Dr. A.T. Jarmoszko
Week 2. Announcements I sent an this morning, if you did not get it, you are not on my list. WD quiz on Oct 15 th See your syllabus to get.
System Analysis and Design
DATA FLOW DIAGRAMS IT 155.
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
Systems Documentation Techniques
Data Flow Diagrams BCA Sem IV K.I.R.A.S.
Chapter 7 Structuring System Process Requirements
Chapter 8 Structuring System Requirements: Process Modeling
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6.1.
Data Flow Diagrams (DFDs)
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Data Flow Diagrams (DFDs). Data flow diagram (DFD) is a picture of the movement of data between external entities and the processes and data stores within.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6.1.
1 Chapter 2 Revision: Documentation DFD System FC.
Chapter 7 Structuring System Process Requirements
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
System Analysis System Analysis - Mr. Ahmad Al-Ghoul System Analysis and Design.
PHASE 2: SYSTEMS ANALYSIS
DATA FLOW DIAGRAMS We’re going to go into a partial example of how the first level of detail was created. But before we do, let’s step through some guidelines.
Judi Prajetno Sugiono ©2009 Management Information System Additional note for DFD.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Accounting Information Systems 9 th Edition Marshall.
SYSTEMS ANALYSIS AND DESIGN TOOLS DATA FLOW DIAGRAMS.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
University of Sunderland ISIC 1 Data Flow Diagrams - Part 2 Hierarchical DFDs.
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 5 Structuring.
IS3320 Developing and Using Management Information Systems Lecture 16: Data-Flow Diagrams 1 (Intro to Context-Level diagrams) Rob Gleasure
Copyright 2002 Prentice-Hall, Inc. Chapter 7 Structuring System Requirements: Process Modeling.
Modern Systems Analysis and Design Fifth Edition
© 2005 by Prentice Hall Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
SYSTEMS ANALYSIS AND DESIGN ITDB 2101 HAND OUT # 3 1.
C_ITIP211 LECTURER: E.DONDO. Unit 3 : PROCESS MODELING.
MIS 360: System Analysis and Design Dr. Qasem Al-Radaideh Department of Computer Information Systems Faculty of Information Technology Yarmouk University.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart1 of 136 C HAPTER 3 Systems Development and Documentation.
7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition.
Systems Development and Documentation Techniques BAB 3 PERTEMUAN SIA-UMBY.
Systems Documentation Techniques
Chapter 6 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.
System Process Modeling
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Process & Logic Modeling
Systems Development and Documentation Techniques
DATA FLOW DIAGRAMS RULE 4: Draw the context diagram first, and then draw successively greater levels of detail. RULE 5: Identify and label all data flows.
Systems Development and Documentation Techniques
Systems Development and Documentation Techniques
Systems Development and Documentation Techniques
Systems Development and Documentation Techniques
Chapter 6 Structuring System Requirements: Process Modeling
Systems Development and Documentation Techniques
Systems Development and Documentation Techniques
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Presentation transcript:

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 37 C System Process Modeling DATA Flow Diagrams

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart2 of 37 2 System Models System models play an important role in systems development. Systems analysts or users constantly deal with unstructured problems. One way to structure such problems is to draw models. A model is a representation of reality. Just as a picture is worth a thousand words, most system models are pictorial representations of reality.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart3 of 37 3 What is Process Modeling? Process modeling is a technique for organizing and documenting the structure and flow of data through a system’s processes. –A business user, when questioned will usually focus on the processes of that operation. –A process may be defined as an action or series of actions which produce a change or development. The process view of a system may be modeled by a Data Flow Diagram

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart4 of 37 4 A data flow diagram (DFD) is a “graphical representation of the flow of data through a system” (Martin, 1995) Data Flow Diagram Graphical descriptions of the sources and destinations of data. They show: –Where data comes from –How it flows –The processes performed on it –Where it goes

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart5 of 37 DATA FLOW DIAGRAMS A data flow diagram (DFD) graphically describes the flow of data within an organization. It is used to: –Document existing systems –Plan and design new systems An ERD is a data model, and a DFD is a process model

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart6 of 37 DATA FLOW DIAGRAMS A data flow diagram consists of four basic elements: –Data sources and destinations. Also called external entities –Data flows –Processes –Data stores

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart7 of 37 DATA FLOW DIAGRAMS Data sources and destinations (External entities) –Appear as squares –Represent organizations, individuals, or organizational units that send or receive data used or produced by the system An item can be both a source and a destination Used to define system boundaries Named with a noun

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart8 of 37 DATA FLOW DIAGRAMS Data flows –Appear as arrows, named with nouns –Represent the flow of data between sources and destinations, processes, and data stores –A data flow can be used to represent the creation, reading, deletion, or updating of data in a file or database (data store). –At least one end of every data flow should either come from or go to a process.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart9 of 37 DATA FLOW DIAGRAMS If two data elements flow together, then the use of one data flow line is appropriate. Customer Process Payment Cash Rec’t & Remittance Slip

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart10 of 37 DATA FLOW DIAGRAMS If the data elements do not always flow together, then multiple lines will be needed. Customer Process Payment Customer Inquiry Customer Payment

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart11 of 37 DATA FLOW DIAGRAMS Processes –Appear as circles –Represent the transformation of data –Must be numbered and labeled with a single action verb and an object –Avoid the use of the word “and” in the process name

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart12 of 37 DATA FLOW DIAGRAMS Customer 1.0 Process Payment 2.0 Update A/R Credit Manager Bank Accounts Receivable Customer payment Remittance data Receivables Information Deposit The processes are shown in red. Every process must have at least one data inflow and at least one data outflow.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart13 of 37 DATA FLOW DIAGRAMS Data stores –Appear as two horizontal lines, named with a noun –Represent a temporary or permanent data repository –Flow out of a data store = retrieval –Flow into a data store = inserting or updating –Data stores on a DFD are related to entities on an ERD

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart14 of 37

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart15 of 37 DATA FLOW DIAGRAMS Subdividing the DFD: –Few systems can be fully diagrammed on one sheet of paper, and users have needs for differing levels of detail. –Consequently, DFDs are subdivided into successively lower levels to provide increasing amounts of detail. –Some data inputs and outputs will not appear on the higher levels of the DFD but appear as the processes are exploded into greater levels of detail.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart16 of 37 DATA FLOW DIAGRAMS The highest level of DFD is called a context diagram. –It provides a summary-level view of the system. –It depicts a data processing system and the external entities that are: Sources of its input Destinations of its output –The process symbol is numbered with a “0”

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart17 of 37 DATA FLOW DIAGRAMS Payroll Processing System Depart- ments Human Resources Govt. Agencies Employees Bank Manage- ment Time cards New employee form Employee change form Tax report & payment Employee checks Payroll check Payroll report This is the context diagram for the S&S payroll processing system (Figure 3-5 in your textbook). 0

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart18 of 37 DATA FLOW DIAGRAMS A Level 0 diagram is a projection of the process on the Context diagram. It is like opening up that process and looking inside to see how it works – to show the internal sub-processes On a Level 0 diagram, you repeat the external entities but you also expand the main process into its subprocesses. Also data stores will appear at this level. The Level 0 diagram must “balance” with the Context diagram. This means they should both have the same external entities with the same flows to and from those entities.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart19 of 37 DATA FLOW DIAGRAMS 1.0 Update empl. Payroll file 2.0 Pay Employ- ees 5.0 Update Gen. Ledger 4.0 Pay taxes 3.0 Prepare reports Employee/ Payroll file General Ledger Human Resources Depart- ments Employees Bank Govt. Agencies Manage- ment Employee Change form New employee form Time cards Employee checks Payroll check Payroll Disburse- ment data Payroll tax disb. voucher Tax report & payment Payroll report This diagram shows the next level of detail for the context diagram in Figure 3-5.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart20 of 37 DATA FLOW DIAGRAMS 1.0 Update empl. Payroll file 2.0 Pay Employ- ees 5.0 Update Gen. Ledger 4.0 Pay taxes 3.0 Prepare reports Employee/ Payroll file General Ledger Human Resources Depart- ments Employees Bank Govt. Agencies Manage- ment Employee Change form New employee form Time cards Employee paychecks Payroll check Payroll Disburse- ment data Payroll tax disb. voucher Tax report & payment Payroll report Suppose we exploded Process 2.0 (pay employees) in the next level. The sub-processes would be numbered 2.1, 2.2, 2.3, etc.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart21 of 37 DATA FLOW DIAGRAMS A Level 1 diagram is a projection of a Level 0 process. A Level 1 diagram shows all the processes that comprise a single process on the level 0 diagram. It shows how information moves from and to each of these processes. Level 1 diagrams may not be needed for all Level 0 processes. On Level 1 diagrams we do not repeat external entities. Data stores may not be repeated either.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart22 of 37 CONTEXT DIAGRAM CUSTOMER Food Ordering System 0 Management Report KITCHEN RESTAURANT MANAGER Food Order Customer Order Receipt

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart23 of 37 LEVEL 0 DIAGRAM CUSTOMER Transform Customer Food Order 1.0 Management Report KITCHEN RESTAURANT MANAGER Food Order Customer Order Receipt Update Inventory Update Goods Sold INVENTORY D2 GOODS SOLD D1 Goods Sold Data Inventory Data Formatted Goods Sold Data Formatted Inventory Data Daily Inventory Depletion Amounts Daily Goods Sold Amounts Produce Management Report 4.0

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart24 of 37 DFD Balance CUSTOMER Transform Customer Food Order 1.0 Management Report KITCHEN RESTAURANT MANAGER Food Order Customer Order Receipt Update Inventory Update Goods Sold INVENTORY D2 GOODS SOLD D1 Goods Sold Data Inventory Data Formatted Goods Sold Data Formatted Inventory Data Daily Inventory Depletion Amounts Daily Goods Sold Amounts Produce Management Report 4.0

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart25 of 37 Level 1 Diagram Process Customer Order 1.1 Customer Order PROCESS 1 ON THE LEVEL 0 DIAGRAM SUB PROCESS 1 THIS LEVEL 1 DIAGRAM Transform Order to Kitchen Format 1.3 Customer Order Food Order Generate Customer Receipt 1.2 Customer Order Generate Inventory Decrements Customer Order Generate Good Sold Increments Inventory Data Goods Sold Data Receipt NOTE HOW WE HAVE THE SAME INPUTS AND OUTPUTS AS THE ORIGINAL PROCESS SHOWN IN THE LEVEL 0 DIAGRAM

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart26 of 37 Another Level 1 Diagram Management Report Daily Inventory Depletion Amounts Daily Goods Sold Amounts Produce Management Report Access Goods Sold and Inventory Data Daily Goods Sold Amounts Daily Inventory Depletion Amounts Inventory Data Goods Sold Data 4.2 Aggregate Goods Sold and Inventory Data Prepare Management Report 4.3 Management Report ORGINAL LEVEL 0 PROCESS LEVEL 1 PROCESSES PROCESSES 2.0 AND 3.0 ON THE LEVEL 0 DIAGRAM DO NOT NEED FURTHER DECOMPOSTION

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart27 of 37 DATA FLOW DIAGRAMS Let’s step through some guidelines on how to create a DFD. RULE 1: Understand the system. Observe the flow of information and interview people involved to gain that understanding. RULE 2: Ignore control processes and control actions (e.g., error corrections). Only very critical error paths should be included. RULE 3: Determine the system boundaries— where it starts and stops. If you’re not sure about a process, include it for the time being.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart28 of 37 DATA FLOW DIAGRAMS RULE 4: Draw the context diagram first, and then draw successively greater levels of detail. RULE 5: Identify and label all data flows. RULE 6: Data flows that always flow together should be grouped together. Those that do not flow together should be shown on separate lines. RULE 7: Show a process (circle) wherever a data flow is converted from one form to another. Likewise, every process should have at least one incoming data flow and at least one outgoing data flow.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart29 of 37 DATA FLOW DIAGRAMS RULE 8: Processes that are logically related or occur simultaneously can be grouped in one process. RULE 9: Number each process sequentially. A process labeled 5.0 would be exploded at the next level into processes numbered 5.1, 5.2, etc. A process labeled 5.2 would be exploded into 5.2.1, 5.2.2, etc. RULE 10: Process names should include action verbs, such as update, prepare, etc.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart30 of 37 DATA FLOW DIAGRAMS RULE 11: Identify and label all data stores. RULE 12: Identify and label all sources and destinations. An entity can be both a source and destination. You may wish to include such items twice on the diagram, if needed, to avoid excessive or crossing lines. RULE 13: As much as possible, organize the flow from top to bottom and left to right.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart31 of 37 DATA FLOW DIAGRAMS RULE 14: You’re not likely to get it beautiful the first time, so plan to go through several iterations of refinements. RULE 15: On the final copy, lines should not cross. On each page, include: –The name of the DFD –The date prepared –The preparer’s name

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart32 of 37 DATA FLOW DIAGRAMS The first paragraph of the narrative for the payroll process reads as follows: –When employees are hired, they complete a new employee form. When a change to an employee’s payroll status occurs, such as a raise or a change in the number of exemptions, human resources completes an employee change form. A copy of these forms is sent to payroll. These forms are used to create or update the records in the employee/payroll file and are then stored in the file. Employee records are stored alphabetically.

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart33 of 37 DATA FLOW DIAGRAMS 1.0 Update empl. Payroll file 2.0 Pay Employ- ees 5.0 Update Gen. Ledger 4.0 Pay taxes 3.0 Prepare reports Employee/ Payroll file General Ledger Human Resources Depart- ments Employees Bank Govt. Agencies Manage- ment Employee Change form New employee form Time cards Employee paychecks Payroll check Payroll Disburse- ment data Payroll tax disb. voucher Tax report & payment Payroll report

© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart34 of 37 DATA FLOW DIAGRAMS The data flow diagram focuses on the logical flow of data.