Chapter 03
Chapter 03
Chapter 3
Systems Documentation
Techniques
processes.
Figure 3.3 Common 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
Data Flow Diagrams (D F D)
Focuses on the data flows for:
• Processes
• Sources and destinations of the data
• Data stores
D F D are visually simple and can be used to represent the
same process at a high abstract (summary) or detailed level.
Figure 3.8 Basic Data Flow Diagram
Elements
Basic Guidelines for Creating a D F D
• Understand the system that you • Identify and group all the basic
are trying to represent. elements of the D F D.
• A D F D is a simple • Name data elements with
representation meaning that you descriptive names, use action
need to consider what is relevant verbs for processes (e.g., update,
and what needs to be included. edit, prepare, validate, etc.).
• Start with a high level (context • Give each process a sequential
diagram) to show how data flows number to help the reader
between outside entities and navigate from the abstract to the
inside the system. Use additional detailed levels.
D F Ds at the detailed level to
• Edit/Review/Refine your D F D to
show how data flows within the
system. make it easy to read and
understand.
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 that it reads from top to bottom
and left to right.
• Clearly label all symbols.
• Use page connectors (if it cannot fit on a single page).
• Edit/review/refine to make it easy to read and understand.
Key Terms
• Documentation • Program flowchart
• Narrative description • Data flow diagram (D F D)
• Business process diagram (B P • Data source
D)
• Data destination
• Flowchart
• Data flow
• Document flowcharts
• Processes
• Internal control flowcharts
• Data store
• System flowchart
• Context diagram