220 likes | 230 Views
Learn about systems modeling, process modeling benefits, creating process models, interpreting data flow diagrams, constructing context diagrams, and the differences between logical and physical system models. Explore the fundamentals and constructs of a process model. Discover how logical models remove biases and help in communicating with end-users effectively.
E N D
Lecture on Process Modeling www.AssignmentPoint.com 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. • 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
Lesson Map www.assignmentpoint.com
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
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
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
Simple Data Flow Diagram www.assignmentpoint.com
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
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
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
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
Decomposition Diagrams A decomposition diagram or hierarchy chart shows the top-down, functional decomposition of a system. www.assignmentpoint.com
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
Common Process Errors on DFDs www.assignmentpoint.com
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
A Simple Decision Table www.assignmentpoint.com
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
Data Flow Packet Concept www.assignmentpoint.com
Composite and Elementary Data Flows www.assignmentpoint.com
Data Flows to and from Data Stores www.assignmentpoint.com
Illegal Data Flows www.assignmentpoint.com
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