ImageVerifierCode 换一换
格式:PPT , 页数:43 ,大小:2.01MB ,
资源ID:389568      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-389568.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Systems Analysis and Design5th EditionChapter 5. Process .ppt)为本站会员(arrownail386)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

Systems Analysis and Design5th EditionChapter 5. Process .ppt

1、Systems Analysis and Design 5th Edition Chapter 5. Process Modeling,Roberta Roth, Alan Dennis, and Barbara Haley Wixom,5-0, Copyright 2011 John Wiley & Sons, Inc., Copyright 2011 John Wiley & Sons, Inc.,5-1, Copyright 2011 John Wiley & Sons, Inc.,5-2,Chapter 5 Outline,Data flow diagrams.- Reading da

2、ta flow diagrams- Elements of data flow diagrams- Using data flow diagrams to define business processes- Process descriptions Creating data flow diagrams., Copyright 2011 John Wiley & Sons, Inc.,5-3,INTRODUCTION,A process model can be used to further clarify the requirements definition and use cases

3、.A process model is a graphical way of representing how a business system should operate.A process model can be used to document the as-is system or the to-be system, whether computerized or not., Copyright 2011 John Wiley & Sons, Inc.,5-4,(contd),Data flow diagramming is a technique that diagrams t

4、he business processes and the data that pass among them. Logical process models describe processes without suggesting how they are conducted. Physical process models provide information that is needed to build the system., Copyright 2011 John Wiley & Sons, Inc.,5-5,DATA FLOW DIAGRAMS (DFDs),Reading

5、Data Flow Diagrams, Copyright 2011 John Wiley & Sons, Inc.,5-6,Elements of Data Flow Diagrams,Process A process is an activity or a function performed for some specific business reason. Data Flow A data flow is a single piece of data, or a logical collection of several pieces of information. Data St

6、ore A data store is a collection of data that is stored in some way. External Entity An external entity is a person, organization, organization unit, or system that is external to the system, but interacts with it., Copyright 2011 John Wiley & Sons, Inc.,5-7,(contd), Copyright 2011 John Wiley & Sons

7、, Inc.,5-8,Using DFDs to Define Business Processes,Business processes are too complex to be explained in one DFD.One important principle in process modeling with DFDs is the decomposition of the business process into a series of DFDs, each representing a lower level of detail., Copyright 2011 John W

8、iley & Sons, Inc.,5-9,(contd),Decomposition, Copyright 2011 John Wiley & Sons, Inc.,5-10,Context Diagram,The first DFD in every business process is the context diagram. It shows the entire system in context with its environment. The context diagram shows the overall business process as just one proc

9、ess and shows the data flows to and from external entities., Copyright 2011 John Wiley & Sons, Inc.,5-11,Level 0 Diagram,The level 0 diagram (or level 0 DFD) shows all the major high-level processes of the system and how they are interrelated. The Level 0 diagram shows all the processes at the first

10、 level the numbering, the data stores, external entities, and data flows among them. A key concept: Balancing - Ensuring that all information presented in a DFD at one level is accurately represented in the next-level DFD. A process model has one and only one level 0 DFD., Copyright 2011 John Wiley

11、& Sons, Inc.,5-12,Level 1 Diagrams,Each process on the level 0 DFD can be decomposed into a more explicit DFD called level 1 diagram (or level 1 DFD). The set of children and the parent are identical; they are simply different ways of looking at the same thing. It is important to ensure that level 0

12、 and level 1 DFDs are balanced., Copyright 2011 John Wiley & Sons, Inc.,5-13,(contd),All process models have as many level 1 diagrams as there are processes on the level 0 diagram. The parent process and the children processes are numbered consistently., Copyright 2011 John Wiley & Sons, Inc.,5-14,L

13、evel 2 Diagrams,The next level of decomposition: a level 2 diagram, or level 2 DFD. A level 2 DFD shows all processes, data flows, and data stores that comprise a single process on the level 1 diagram. It is important to ensure that level 1 and level 2 DFDs are balanced., Copyright 2011 John Wiley &

14、 Sons, Inc.,5-15,Alternative Data Flows,A process can produce different data flows under different circumstance. We show both data flows and use the process description to explain why they are alternatives., Copyright 2011 John Wiley & Sons, Inc.,5-16,Process Descriptions,The purpose of the process

15、descriptions is to explain what the process does and provide additional information that the DFD does not provide.Three techniques are commonly used to describe more complex processing logic: Structured English Decision trees Decision tables, Copyright 2011 John Wiley & Sons, Inc.,5-17,CREATING DATA

16、 FLOW DIAGRAMS,DFDs start with the information in the use cases and the requirements definition. Generally, the set of DFDs integrates the individual use cases. The project team takes the use cases and rewrites them as DFDs, following the DFD formal rules about symbols and syntax. CASE tools are use

17、d to draw process models., Copyright 2011 John Wiley & Sons, Inc.,5-18,(contd),Example of the use of CASE Tools, Copyright 2011 John Wiley & Sons, Inc.,5-19,(contd),1. Build the context diagram. 2. Create DFD fragments for each use case. 3. Organize the DFD fragments into level 0 diagram. 4. Develop

18、 level 1 DFDs based on the steps with each use case. In some cases, these level 1 DFDs are further decomposed into level 2 DFDs, level 3 DFDs., and so son. 5. Validate the set of DFDs to make sure that they are complete and correct., Copyright 2011 John Wiley & Sons, Inc.,5-20,Creating the Context D

19、iagram,The context diagram defines how the business process or computer system interacts with its environment. Draw one process symbol for the business process or system being modeled (numbered 0 and named for the process or system). Add all inputs and outputs listed on the form of the use cases as

20、data flows. Draw in external entities as the source or destination of the data flows. No data stores are included in the context diagram., Copyright 2011 John Wiley & Sons, Inc.,5-21,(contd),Example of Context Diagram, Copyright 2011 John Wiley & Sons, Inc.,5-22,Creating DFD Fragments,A DFD fragment

21、 is one part of a DFD that eventually will be combined with other DFD fragments to form a DFD. Each use case is converted into one DFD fragment using the information given on the form of the use case: the name, the ID number, and major inputs and outputs. The information about the major steps that m

22、ake up each use case is ignored at this point; it will be used in a later step., Copyright 2011 John Wiley & Sons, Inc.,5-23,(contd),Example of Fragment, Copyright 2011 John Wiley & Sons, Inc.,5-24,(contd),Additional Example of Fragment, Copyright 2011 John Wiley & Sons, Inc.,5-25,(contd),Additional

23、 Example of Fragment, Copyright 2011 John Wiley & Sons, Inc.,5-26,(contd),Important changes are often made in converting the use case into a DFD:- modifications to the process names- the addition of data flows. Make sure that any information given to the user is obtained from a data store. There are

24、 not formal rules covering the layouts; typically place the processes in the middle inputs start from the left or top outputs leave from the right or the bottom place data stores below the processes, Copyright 2011 John Wiley & Sons, Inc.,5-27,Creating the Level 0 Diagram,Combine the set of DFD frag

25、ments into one diagram the level 0 DFD. There are not formal layout rules. Generally,- to put the process that is first chronologically in the upper-left corner and work the way from top to bottom, left to right;- to reduce the number of crossed data flow lines. Iteration is the cornerstone of good

26、DFD design., Copyright 2011 John Wiley & Sons, Inc.,5-28,(contd),Example of Level 0 DFD, Copyright 2011 John Wiley & Sons, Inc.,5-29,Creating Level 1 Data Flow Diagrams (and Below),Level 1 DFD lower-level DFDs for each process in the level 0 DFD. Each one of the use cases is turned into its own DFD

27、Each major step in the use case becomes a process on the level 1 DFD, with the inputs and outputs becoming the input and output data flows. Level 1 DFDs include the sources and destinations of data flows for data stores and data flows to processes. Including external entities in level 1 and lower DF

28、Ds can simplify the readability of DFDs., Copyright 2011 John Wiley & Sons, Inc.,5-30,(contd),There is no simple answer to the “ideal” level of decomposition, because it depends on the complexity of the system or business process being modeled. In general, you decompose a process into a lower-level

29、DFD whenever the process is sufficiently complex that additional decomposition can help explain the process. Rules of thumb:- There should be at least 3, and no more than 7-9, processes on every DFD.- Decompose until you can provide a detailed description of the process in no more than 1 page of pro

30、cess descriptions., Copyright 2011 John Wiley & Sons, Inc.,5-31,(contd),Example of Level 1 DFD (for P3), Copyright 2011 John Wiley & Sons, Inc.,5-32,(contd),Example of Level 1 DFD (for P4), Copyright 2011 John Wiley & Sons, Inc.,5-33,(contd),Example of Level 2 DFD (for P4.3), Copyright 2011 John Wil

31、ey & Sons, Inc.,5-34,(contd),Example of Level 1 DFD (for P5), Copyright 2011 John Wiley & Sons, Inc.,5-35,Validating the DFD,Checklist of Common Errors in DFDs, Copyright 2011 John Wiley & Sons, Inc.,5-36,Validating the DFD (contd),There two fundamental types of errors in DFDs: 1. Syntax errors can

32、be thought of as grammatical errors that violate the rules of the DFD language. 2. Semantics errors can be thought of as misunderstandings by the analyst in collecting, analyzing, and reporting information about the system., Copyright 2011 John Wiley & Sons, Inc.,5-37,(contd),Syntax errors are easie

33、r to find and fix than are semantics errors because there are clear rules that can be used to identify them. Most CASE tools have syntax checkers that will detect syntax errors., Copyright 2011 John Wiley & Sons, Inc.,5-38,(contd),Common Syntax Errors, Copyright 2011 John Wiley & Sons, Inc.,5-39,(co

34、ntd),Semantics errors cause the most problems in system development. Three useful checks to help ensure that models are semantically correct: 1. to ensure that the model is an appropriate representation by asking the users to validate the model in a walk-through 2. to ensure consistent decomposition

35、 3. to ensure that the terminology is consistent throughout the model, Copyright 2011 John Wiley & Sons, Inc.,5-40,SUMMARY,Data Flow Diagram Syntax four symbols are used on data flow diagrams (processes, data flows, data stores, and external entities). Creating Data Flow Diagrams- The DFDs are creat

36、ed from use cases.- Every set of DFDs starts with a context diagram.- DFDs segments are created for each use case, and are then organized into a level 0 DFD.- Level 1 DFDs are developed on the basis of the steps within each use case.- The set of DFDs are validated to make sure that they are complete

37、 and correct and contain no syntax or semantics errors., Copyright 2011 John Wiley & Sons, Inc.,5-41,Copyright 2011 John Wiley & Sons, Inc.,All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without the express w

38、ritten permission of the copyright owner is unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for redistribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages, caused by the use of these programs or from the use of the information contained herein., Copyright 2011 John Wiley & Sons, Inc.,5-42,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1