1 / 22

Lecture on Process Modeling

Lecture on Process Modeling. www.AssignmentPoint.com. Process Modeling. Define systems modeling and differentiate between logical and physical system models. Define process modeling and explain its benefits. Recognize and understand the basic concepts and constructs of a process model.

duanedavis
Download Presentation

Lecture on Process Modeling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture on Process Modeling www.AssignmentPoint.com www.assignmentpoint.com

  2. Process Modeling • Define systems modeling and differentiate between logical and physical system models. • Define process modeling and explain its benefits. • Recognize and understand the basic concepts and constructs of a process model. • Read and interpret a data flow diagram. • Explain when to construct process models and where to store them. • Construct a context diagram to illustrate a system’s interfaces with its work environment. www.assignmentpoint.com

  3. Lesson Map www.assignmentpoint.com

  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. Physical models show not only what a system is or does, but also how the system is (to be) physically and technically implemented. They are implementation dependent because they reflect technology choices. Models: Logical and Physical A model is a representation of reality. Just as a picture is worth a thousand words, most models are pictorial representations of reality. www.assignmentpoint.com

  5. Why Logical System Models • Logical models remove biases that are the result of the way the system is currently implemented, or the way that any one person thinks the system might be implemented. • Logical models reduce the risk of missing business requirements because we are too preoccupied with technical results. • Logical models allow us to communicate with end-users in nontechnical or less technical languages. www.assignmentpoint.com

  6. Process Modeling and DFDs 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. A data flow diagram (DFD) is a tool (and type of process model) that depicts the flow of data through a system and the work or processing performed by that system. DFDs have become a popular tool for business process redesign. www.assignmentpoint.com

  7. Simple Data Flow Diagram www.assignmentpoint.com

  8. Differences Between DFDs and Flowcharts • Processes on DFDs can operate in parallel (at-the-same-time) • Processes on flowcharts execute one at a time • DFDs show the flow of data through a system • Flowcharts show the flow of control (sequence and transfer of control) • Processes on one DFD can have dramatically different timing • Processes on flowcharts are part of a single program with consistent timing www.assignmentpoint.com

  9. Systems Thinking Systems thinking is the application of formal systems theory and concepts to systems problem solving. DFDs are a tool that supports systems thinking. www.assignmentpoint.com

  10. A process is work performed on, or in response to, incoming data flows or conditions. A System is a Process Process Concepts www.assignmentpoint.com

  11. Decomposition System Decomposition Decomposition is the act of breaking a system into its component subsystems, processes, and sub processes. Each level of abstraction reveals more or less detail. www.assignmentpoint.com

  12. Decomposition Diagrams A decomposition diagram or hierarchy chart shows the top-down, functional decomposition of a system. www.assignmentpoint.com

  13. Types of Logical Processes • A function is set of related and ongoing activities of a business. • An event (or transaction) is a logical unit of work that must be completed as a whole (as part of a function). • An elementary process (or primitive process) is a discrete, detailed activity or task required to respond to an event. Usually, several such tasks must be completed to respond to an event. www.assignmentpoint.com

  14. Common Process Errors on DFDs www.assignmentpoint.com

  15. Policies and Decision Tables A policy is a set of rules that governs some process of the business. A decision table is a tabular form of presentation that specifies a set of conditions and their corresponding actions (as required to implement a policy). www.assignmentpoint.com

  16. A Simple Decision Table www.assignmentpoint.com

  17. Data Flows & Control Flows • A data flow represents an input of data to a process, or the output of data from a process. • A data flow may also be used to represent the creation, reading, deletion, or updating of data in a file or database (called a data store). • A composite data flow is a data flow that consists of other data flows. • A control flow represents a condition or nondata event that triggers a process. • Used sparingly on DFDs. www.assignmentpoint.com

  18. Data Flow Packet Concept www.assignmentpoint.com

  19. Composite and Elementary Data Flows www.assignmentpoint.com

  20. Data Flows to and from Data Stores www.assignmentpoint.com

  21. Illegal Data Flows www.assignmentpoint.com

  22. Data Structures Data flows can be defined by data structures. A data structure is a specific arrangement of data attributes that defines the organization of data contained in a data flow. A data attribute is the smallest piece of data that has meaning to the end-users of a business. www.assignmentpoint.com

More Related