ADDITIONAL NOTES 4.1 ADDITIONAL NOTES: PROCESS MODELLING USING FUNCTION DECOMPOSITION DIAGRAMS IMS9001 - Systems Analysis and Design.

Slides:



Advertisements
Similar presentations
Data Flow Diagram (DFD) Overview
Advertisements

Johnb DFDs and Design John Bell The DeMarco notation.
BASIC BUSINESS SYSTEMS IMS Information Systems 1 CSE Information Systems 1.
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.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
Chapter 7 Structuring System Process Requirements
Chapter 7 Structuring System Process Requirements
DATA FLOW DIAGRAM (PART 2)
Copyright Irwin/McGraw-Hill Software Design Prepared by Kevin C. Dittman for Systems Analysis & Design Methods 4ed by J. L. Whitten & L. D. Bentley.
IMS1001 – Information Systems 1 CSE Information Systems 1
Data Flow Diagrams Levelling Them; Process Modelling Using Function Decomposition CSE Information Systems 1.
Lecture 6.2 System Architecture: Overview IMS1002 /CSE1205 Systems Analysis and Design.
Process Modelling Using Data Flow Diagrams – Building and Levelling Them; Process Modelling Using Function Decomposition CSE Information Systems.
IMS Systems Analysis and Design
INTRODUCTION & SYSTEM CONCEPTS CSE Information Systems 1 IMS1001 – Information Systems.
2.1 Topic 2 INFORMATION GATHERING FOR INFORMATION SYSTEMS DEVELOPMENT IMS Systems Analysis and Design.
CSE Information Systems 1
Lecture 4 Interface Design – Part 1 IMS Systems Design and Implementation.
11.1 Lecture 11 CASE tools IMS Systems Design and Implementation.
Lecture 6 Generating and Selecting Design Alternatives IMS1002 /CSE1205 Systems Analysis and Design.
BASIC BUSINESS SYSTEMS CSE Information Systems 1.
CSE Information Systems 1 Detailed Process Definitions; The Data Dictionary.
IMS 5024 Lecture 31 IMS 5024 Process Modelling. IMS 5024 Lecture 32 Content Group assignment Class assignment Nature of process modelling Abstraction.
Modern Systems Analysis and Design
IMS Systems Analysis and Design
IMS 5024 Semester 2, 2002 Lecture 3 1 IMS 5024 Process Modelling.
Monash University, SIMS, Semester One, DATA GATHERING FOR INFORMATION SYSTEMS DEVELOPMENT CSE Information Systems 1 CSE Information Systems.
Monash University, SIMS, Semester One, Alternative DATA GATHERING FOR INFORMATION SYSTEMS DEVELOPMENT CSE Information Systems 1 CSE Information.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 8 Structuring.
Introduction to Data Modelling: Entity Relationship Modelling IMS1002 /CSE1205 Systems Analysis and Design.
Information description – data dictionary Introduction to data modelling IMS9300 IS/IM FUNDAMENTALS.
INFORMATION GATHERING FOR INFORMATION SYSTEMS DEVELOPMENT IMS Information Systems 1 CSE Information Systems 1.
IMS Systems Design and Implementation
IMS1001 – Information Systems 1 CSE Information Systems 1 Building Data Flow Diagrams: Detailed Process Definitions; The Data Dictionary.
3.1 Topic 3 MODELLING IN INFORMATION SYSTEMS DEVELOPMENT; PROCESS MODELLING IMS Systems Analysis and Design.
Modelling as a Communication Tool: Introduction to Process Modelling IMS Information Systems 1 CSE Information Systems 1.
Modelling as a Communication Tool: Introduction to Process Modelling CSE Information Systems 1.
Monash University, SIMS, Semester One, Modelling as a Communication Tool: Introduction to Process Modelling CSE Information Systems 1.
IMS Lecture 3.1 Introduction to Interface Design IMS Systems Design and Implementation.
Monash University, SIMS, Semester One, INTRODUCTION INTRODUCTION & SYSTEM & SYSTEM CONCEPTS CONCEPTS CSE Information Systems 1 IMS1001 – Information.
INTRODUCTION & SYSTEM CONCEPTS IMS Information Systems 1 CSE Information Systems 1.
CSE Information Systems 1 Detailed Process Definitions; The Data Dictionary.
IMS Lecture 3.2 Introduction to Interface Design IMS Systems Design and Implementation.
Process Modelling Using Data Flow Diagrams - Building and Levelling Them; Process Modelling Using Function Decomposition CSE Information Systems.
DATA FLOW DIAGRAMS IT 155.
Chapter 7 Structuring System Process Requirements
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Systems Analysis and Design
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).
Section 02Systems Documentation1 02 Systems Documentation And Franchise Colleges By MANSHA NAWAZ.
Business Process Management. Key Definitions Process model A formal way of representing how a business operates Illustrates the activities that are performed.
Chapter 7 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.
Chapter 7 Structuring System Process Requirements
System Analysis System Analysis - Mr. Ahmad Al-Ghoul System Analysis and Design.
1 DATA FLOW DIAGRAM. 2 Outline Process decomposition diagrams Data flow diagram (DFD)
System Analysis System Analysis - Mr. Ahmad Al-Ghoul System Analysis and Design.
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.
Context Process0. student Data Flow Diagram Progression.
Systems Design.  Application Design  User Interface Design  Database Design.
© 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.
Guide to Functional Decomposition
DATA FLOW DIAGRAMS.
7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition.
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Presentation transcript:

ADDITIONAL NOTES 4.1 ADDITIONAL NOTES: PROCESS MODELLING USING FUNCTION DECOMPOSITION DIAGRAMS IMS Systems Analysis and Design

ADDITIONAL NOTES 4.2 Function Decomposition: a Process Modelling Technique  function decomposition is the decomposing of a system into its component functions and processes as a way of managing complexity  function decomposition creates a top-down view: it shows a hierarchy of levels of increasingly detailed processes within a system  a function decomposition model (or diagram) is used to represent the hierarchical decomposition and structure of the processes of a system  the decomposition of functions corresponds to levelling of processes in DFDs

ADDITIONAL NOTES 4.3 Function Decomposition Diagrams  a function is a high-level set of related activities that are ongoing: a function is a broad, generic activity  a process is a lower level activity that is repeatedly carried out  functions consist of groups of related processes  the depth and scope of function decomposition diagrams depend on the size and complexity of the system represented

ADDITIONAL NOTES 4.4 Function Decomposition Diagrams  function decomposition diagrams showing only higher levels can be built early in systems analysis  more detailed process decomposition can be carried out as the system is studied in more detail  function decomposition diagrams show the structure of functions and processes within the system  this structure may not correspond to the structure of the organisation shown in an organisation chart See Whitten et al (2001) p 5, p 338 for examples

ADDITIONAL NOTES 4.5 Function Decomposition Diagrams  each function and process should have a unique name which indicates what it does ABC Sales System 1. Sell Products 2. Manage Inventory 3. Control Finance a top level function decomposition diagram

ADDITIONAL NOTES 4.6 Example Function Decomposition Diagram ABC Sales System 1. Sell Products 2. Manage Inventory 3. Control Finance functions and processes are further decomposed 2.1 Deliver Product 2.2 Accept Delivery 2.3 Check Stock levels

ADDITIONAL NOTES 4.7 Function Decomposition the decomposition of functions and processes corresponds to the levelling of DFDs

ADDITIONAL NOTES 4.8  function decomposition diagrams are an alternative representation of the hierarchy of functions and processes within a system  they may be built using either a top down or a bottom up approach  they provide a useful overview of the processing within a system Function Decomposition

ADDITIONAL NOTES 4.9 References  HOFFER, J.A., GEORGE, J.F. and VALACICH (2002) 3rd ed., Modern Systems Analysis and Design, Prentice-Hall, New Jersey, Chapters 8  WHITTEN, J.L., BENTLEY, L.D. and DITTMAN, K.C. (2001) 5th ed., Systems Analysis and Design Methods, Irwin/McGraw-HilI, New York, NY. Chapter 8