Systems Documentation Techniques

Slides:



Advertisements
Similar presentations
1 9 Moving to Design Lecture Analysis Objectives to Design Objectives Figure 9-2.
Advertisements

CAPE INFORMATION TECHNOLOGY – Unit 2
Irwin/McGraw-Hill Copyright © 2004 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS6th Edition.
ACCOUNTING INFORMATION SYSTEMS
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.
Documenting Information Systems
Chapter 7 Structuring System Process Requirements
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
Accounting Information Systems 9th Edition
Documenting Information Systems
Chapter 6: Documenting Accounting Information Systems
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.
ACG 4401 Data Modeling: Data Flow Diagrams Flow Charts.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education 3-1.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education 3-1.
Documenting Information Systems. Learning Objectives To read and evaluate data flow diagrams To read and evaluate systems flowcharts. To prepare data.
Chapter 4 – Documenting Information Systems
1 Introduction to Data Flow Modelling The data flow approach to requirements determination in building a system for business use. This type of computer.
© 2008 Prentice Hall Business Publishing Accounting Information Systems, 11/e Romney/Steinbart1 of 85 C HAPTER 1 Accounting Information Systems: An Overview.
Advanced Accounting Information Systems
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.
Systems Analysis and Design in a Changing World, 6th Edition
Modeling the Processes and Logic
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
Systems Documentation Techniques
Chapter 7 Structuring System Process Requirements
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Chapter 6: The Traditional Approach to Requirements
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Chapter 6 The Traditional Approach to Requirements
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Accounting systems design & evaluation 9434SB 12 April 2002.
1 Chapter 2 Revision: Documentation DFD System FC.
Lecture 6 Data Flow Modeling
Chapter 7 Structuring System Process Requirements
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
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.
DON’T DO IT! IT’S NOT HOPELESS. Documentation Flowcharting Due to thier complexity (when looking at them), flowcharts intimidate many people. However,
Process Models: Data Flow Diagrams Chapter 2. Process Modeling Objective: Understand the concept of business processes Understand and create Data Flow.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
1 6 Systems Analysis and Design in a Changing World, 2 nd Edition, Satzinger, Jackson, & Burd Chapter 6 The Traditional Approach to Requirements.
Chapter 5 Flowcharting Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
IS3320 Developing and Using Management Information Systems Lecture 16: Data-Flow Diagrams 1 (Intro to Context-Level diagrams) Rob Gleasure
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
© 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.
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Modeling the Processes and Logic.
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 37 C System Process Modeling DATA Flow Diagrams.
7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition.
PowerPoint Presentation by Charlie Cook Copyright © 2004 South-Western. All rights reserved. Lecture 3 Documenting Business Processes and Information Systems.
Systems Development and Documentation Techniques BAB 3 PERTEMUAN SIA-UMBY.
Systems Documentation Techniques
Systems Documentation Techniques
Business System Development
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Systems Development and Documentation Techniques
تحلیل سیستم‌ها مدل‌سازی پردازشی.
Chapter 6 Structuring System Requirements: Process Modeling
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Chapter 4: documenting information systems
Documenting Accounting Information Systems
Chapter 3 Systems Documentation Techniques
Systems Documentation
Presentation transcript:

Systems Documentation Techniques Chapter 3

Learning Objectives Prepare and use data flow diagrams to understand, evaluate, and document information systems. Prepare and use flowcharts to understand, evaluate, and document information systems. Prepare and use business process diagrams to understand, evaluate, and document information systems.

Why Document Systems? Accountants must be able to read documentation and understand how a system works (e.g., auditors need to assess risk) Sarbanes-Oxley Act (SOX) requires management to assess internal controls and auditors to evaluate the assessment Used for systems development and changes

Data Flow Diagrams (DFD) Focuses on the data flows for: Processes Sources and destinations of the data Data stores DFD are visually simple, can be used to represent the same process at a high abstract or detailed level.

Basic Data Flow Diagram Elements

Basic Guidelines for creating a DFD Understand the system that you are trying to represent. A DFD is a simple representation meaning that you need to consider what is relevant and what needs to be included. Start with a high level (context diagram) to show how data flows between outside entities and inside the system. Use additional DFD’s at the detailed level to show how data flows within the system. Identify and group all the basic elements of the DFD. Name data elements with descriptive names, use action verbs for processes (e.g., update, edit, prepare, validate, etc.). Give each process a sequential number to help the reader navigate from the abstract to the detailed levels. Edit/Review/Refine your DFD to make it easy to read and understand.

Flowcharts Describe an information system showing: Inputs and Outputs Information activities (processing data) Data storage Data flows Decision steps Key strengths of flowcharts are that they can easily capture control via decision points, show manual vs. automated processes.

Flowcharts Symbols

Types of Flowcharts Document: shows the flow of documents and data for a process, useful in evaluating internal controls System: depicts the data processing cycle for a process Program: illustrates the sequence of logic in the system process

Guidelines for Drawing Flowcharts Understand the system you are trying to represent. Identify business processes, documents, data flows, and data processing procedures. Organize the flowchart so as it reads from top to bottom and left to right. Name elements descriptively. Edit/Review/Refine to make it easy to read and understand.

Business Process Diagrams Is a visual way to represent the activities in a business process Intent is that all business users can easily understand the process from a standard notation (BPMN: Business Process Modeling Notation) Can show the organizational unit performing the activity

Business Process Diagram Basic Symbols

Payroll Business Process Diagram Example

Key Terms Documentation Narrative description Data flow diagram (DFD) Data source Data destination Data flow Process Data store Context diagram Flowchart Document flowchart Internal control flowchart System flowchart Program flowchart Business process diagram (BPD)