Top Banner
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1
19

[PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Mar 17, 2018

Download

Documents

doanphuc
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Chapter 3Systems Documentation Techniques

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall3-1

Page 2: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

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.

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-2

Page 3: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

What Is Documentation? Set of documents and models

Narratives, data flow models, flowcharts

Describe who, what, why, when, and where of systems: Input, process, storage, output, and controls

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-3

Page 4: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Why Should You Learn Documentation?

You need to be able to read documentation in all its forms: narratives, diagrams, models.

You need to be able to evaluate the quality of systems, such as internal control based in part on documentation.

SAS 94 requires independent auditors to understand all internal control procedures. Documentation assists in auditor understanding and

documentation of their understanding Sarbanes-Oxley states that management:

Is responsible for internal control system Is responsible for assessing the effectiveness of the IC

System Both management and external auditors need to document

and test IC System

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-4

Page 5: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Data Flow Diagrams Graphically describes the flow of data within a system Four basic elements

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-5

EntityProcess

Data Flow

Data Store

Page 6: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Entity Represents a source of data or input into the system

or Represents a destination of data or output from the

system

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-6

Page 7: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Data Flows Movement of data among:

Entities (sources or destinations) Processes Data stores

Label should describe the information moving

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-7

Page 8: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Process Represents the transformation of data

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-8

Page 9: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Data Store Represents data at rest

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-9

Page 10: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Data Flow Diagram Levels Context

Highest level (most general) Purpose: show inputs and outputs into system Characteristics: one process symbol only, no data stores

Level-0 Purpose: show all major activity steps of a system Characteristics: processes are labeled 1.0, 2.0, and so

on

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-10

Page 11: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

DFD Creation Guidelines

Understand the system Ignore certain aspects of

the system Determine system

boundaries Develop a context DFD Identify data flows Group data flows Number each process

Identify transformational processes

Group transformational processes

Identify all data stores Identify all sources and

destinations Label all DFD elements Subdivide DFD

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-11

Page 12: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Flowcharts Use symbols to logically depict transaction processing

and the flow of data through a system. Using a pictorial representation is easier to understand

and explain versus a detailed narrative.

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-12

Page 13: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Flowchart Symbol Categories Input/Output Processing Storage Miscellaneous

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-13

Page 14: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Flow Chart Symbol Categories (cont’d)

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

Page 15: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Types of Flowcharts Document

Illustrates the flow of documents through an organization Useful for analyzing internal control procedures

System Logical representation of system inputs, processes, and

outputs Useful in systems analysis and design

Program Represent the logical sequence of program logic

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-15

Page 16: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Document Flowchart

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-16

Page 17: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Document Flowchart (cont’d)

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-17

Page 18: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

System Flowchart

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-18

Page 19: [PPT]Slide 1 - Pearsonwps.prenhall.com/wps/media/objects/11661/11941370/PPT/... · Web viewAuthor Steven Hornik Created Date 12/02/2010 09:56:44 Title Slide 1 Last modified by christina

Program Flowchart

Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-19