1.01k likes | 2.3k Views
Systems Development and Documentation Techniques. 6. UAA – ACCT 316 – Fall 2003 Accounting Information Systems Dr. Fred Barbee. Chapter. Documentation Techniques. Used by 62.5% of IT Professionals. Data Flow Diagrams Document Flowcharts System Flowcharts Program Flowcharts.
E N D
Systems Development and Documentation Techniques 6 UAA – ACCT 316 – Fall 2003 Accounting Information Systems Dr. Fred Barbee Chapter
Documentation Techniques Used by 62.5% of IT Professionals • Data Flow Diagrams • Document Flowcharts • System Flowcharts • Program Flowcharts Used by 97.6% of IT Professionals
Documentation Techniques • Data Flow Diagrams • Document Flowcharts • System Flowcharts • Program Flowcharts More than 92% use both DFDs and flowcharts.
Typical Information System • Computer-based; • Has a number of terminals connected to it via telecommunications links; • Is used by dozens of people within and outside the organization;
Typical Information System • Has hundreds of programs that perform functions for virtually every department in the organization. • Processes thousands of transactions and hundreds of requests for management information.
to “see” and analyze all the inputs and outputs. For such a system . . . We need “pictures” rather than a narrative description
Using Document Flowcharts Who? Where? What?
Documentation Techniques • . . . are tools used in analyzing, designing, and documenting system and subsystem relationships . . .
Documentation Techniques • They are largely graphical in nature; • Are essential to both internal and external auditors; and • Are indispensable in the development of information systems.
You! Prepare Evaluate Read
Classification . . . • Documentation is classified according to the level of the accounting system to which it relates.
Typical System Documentation • System narrative descriptions • Block diagrams • Document flowcharts • Data flow diagrams
Overall System Documentation • System Flowcharts • Program Flowcharts; and • Decision Flowcharts
In Terms of Level of Detail Narrative descriptions are the most general overview and correspondingly show the fewest details. • Systemflowchartsprovide less of an overview, but include the mostdetail in this class of documentation.
Narrative Descriptions • A written step-by-step explanation of system components and interactions. • The highest and broadest form of documentation at the overall system level.
Block Diagrams • Block diagrams provide a graphic overview of a system. • Commonly used to provide an overview of an accounting system in terms of its major components and subsystems
Block Diagrams • They help people understand a system without getting bogged down in details. • Two types: • Horizontal Block Diagram; and • Hierarchical Block Diagram
Purchasing Cycle Request for Goods and Services Purchase Requisition Purchasing Purchase Order Receiving Report Receiving Document Process $ Cash Disb. Voucher Disb. Approval
Vendors and Employees Customer Customer Customer Horizontal Block Diagram Bank
Hierarchical Block Diagrams • Show the analysis of a system into successive levels of component subsystems. • Connecting lines represent interlevel associations (parent-child relationships).
Hierarchical Block Diagram of The Revenue Cycle
Bridge the gap between Broad documentation types . . . System Narratives Block Diagrams Document Flow charts Data Flow Diagrams • Narrow documentation types . . . • System Flow Charts
Data Flow Diagrams • Provide . . . • More detailed representation of an accounting system than block diagrams • Fewer technical details than system flowcharts.
Symbols For Data Flow Diagrams Figure 6-1 (p. 158)
Data Flow Diagrams • The DFD should consist solely of DFD symbols; • Each symbol in the DFD, including each pointed flowline, should be labeled;
Data Flow Diagrams • All names must be meaningful to the end-user. • All symbols must have an individual name. • Diagrams are always named at the top or bottom. • The name should identify the level and the system it represents.
AKA “Entity,” or “terminator.” Named with descriptive nouns or noun clauses. AKA “Entity,” or “terminator.” Named with descriptive nouns or noun clauses. Figure 6-2 Basic Data Flow Diagram Elements Examples: Customer, Employees, Bank, etc.
Named with action verb or verb clause. The name must describe what action or transformation is occurring. Figure 6-2 Basic Data Flow Diagram Elements Examples: Process Payment, Update Receivables, etc.
Examples: Accounts Receivable, General Ledger, etc. Figure 6-2 Basic Data Flow Diagram Elements Named with a noun clause that describes the contents of the data store. Should not include the word “data.”
AKA “Entity,” or “terminator.” Named with descriptive nouns or noun clauses. Named with a noun clause that describes the data carrier and how it is implemented. Figure 6-2 Basic Data Flow Diagram Elements Examples: Time Cards; Employee Data, etc.
DFDs – Some Do’s and Don’ts First – the Do’s
All data flows must begin at a process, end at a process, or both. DFDs – Some Do’s and Don’ts
Data stores cannot communicate with entities DFDs – Some Do’s and Don’ts
Entities cannot communicate with other entities. DFDs – Some Do’s and Don’ts
Data stores cannot communicate with other data stores. DFDs – Some Do’s and Don’ts
Processes can communicate with other processes. DFDs – Some Do’s and Don’ts
All processes must have an incoming and outgoing data flow. DFDs – Some Do’s and Don’ts
All entities must be introduced at the context level. DFDs – Some Do’s and Don’ts
Only entities and data store symbols may be duplicated. DFDs – Some Do’s and Don’ts
Do not cross data flows. DFDs – Some Do’s and Don’ts
Do not use double-ended arrow to represent data flows. DFDs – Some Do’s and Don’ts
Do not use diverging arrow to represent data flows DFDs – Some Do’s and Don’ts OK