Chapter 3: System Documentation Techniques
Chapter 3: System Documentation Techniques
Chapter 3: System Documentation Techniques
DOCUMENTATION TECHNIQUES
Point Materials :
- Introduction
- Data Flow Diagrams
~ Subdividing the DFD
- Flowcharts
~ Types of Flowcharts
~ Program Flowcharts
- Business Process Diagrams
Introduction
Documentation explains how a system works, including the who, what, when, where,
why, and how of data entry, data processing, data storage, information output, and
system controls. Popular means of documenting a system include diagrams,
flowcharts, tables, and other graphical representation of data and information. These
are supplemented by a narrative description of the system, a written step-by-step
explanation of system components and interactions. In this chapter, we explain three
common system documentation tools: data flow diagrams, flowcharts, and business
process diagrams.
Documentation tools are important on the following levels:
1. At a minimum, you must be able to read documentation to determine how a
system works.
2. You may need to evaluate documentation to identify internal control strengths and
weaknesses and recommend improvements as well as to determine if a proposed
system meets the company’s needs.
More skill is needed to prepare documentations that shows how an exiting or
proposed system operates.
This chapter discusses the following documentation tools:
1. Data flow diagram (DFD), a graphical description of data sources, data
flows, transformation process, data storage, and data destinations.
2. Flowchart, which is a graphical description of a system. There are several
types of flow charts, including:
a. Document flowchart, which shows the flow of documents and information
between departments or areas of responsibility
b. System flowchart, which shows the relationship among the input,
processing, and output in an information system.
c. Program flowchart, which shows the sequence of logical operations a
computer performs as it executes a program.
3. Business Process diagrams, which are graphical descriptions of the
business processes used by a company.