Chapter 05 Data Process Analysis
Chapter 05 Data Process Analysis
CHAPTER 5
DATA AND PROCESS ANALYSIS
2
Chapter Objectives
Describe data and process modeling concepts
and tools, including data flow diagrams, a data
dictionary, and process descriptions
Describe the symbols used in data flow diagrams
and explain the rules for their use
Draw data flow diagrams in a sequence, from
general to specific
Explain how to level and balance a set of data
flow diagrams
3
Chapter Objectives
Describe how a data dictionary is used and what
it contains
Use process description tools, including
structured English, decision tables, and decision
trees
Describe the relationship between logical and
physical models
4
Introduction
DFD Symbols
Process symbol
Receives input data and produces output that has a
different content, form, or both
Contain the business logic, also called business rules
Referred to as a black box
Entity Symbol
Name of the entity appears inside the symbol
Terminators
Source
Sink
10
Data Dictionary
A data dictionary, or data repository, is a central
storehouse of information about the systems
data
An analyst uses the data dictionary to collect,
document, and organize specific facts about the
system
Also defines and describes all data elements and
meaningful combinations of data elements
21
Data Dictionary
A data element, also called a data item or field, is
the smallest piece of data that has meaning
Data elements are combined into records, also
called data structures
A record is a meaningful combination of related
data elements that is included in a data flow or
retained in a data store
22
Data Dictionary
Using CASE Tools for Documentation
The more complex the system, the more difficult it
is to maintain full and accurate documentation
Modern CASE tools simplify the task
A CASE repository ensures data consistency
You will learn more about CASE tools in Part 2 of
the Systems Analysts Toolkit
23
Data Dictionary
Documenting the Data Elements
You must document every data element in the data dictionary
The objective is the same: to provide clear, comprehensive
information about the data and processes that make up the
system
Documenting the Data Elements
The following attributes usually are recorded and described
Data element name and label
Alias
Type and length
Default value
Acceptable values - Domain and validity rules
Source
Security
Responsible user(s)
Description and comments
24
Data Dictionary
Documenting the Data Flows
The typical attributes are as follows
Data flow name or label
Description
Alternate name(s)
Origin
Destination
Record
Volume and frequency
25
26
Data Dictionary
Documenting the Data Stores
Typical characteristics of a
data store are
Data store name or label
Description
Alternate name(s)
Attributes
Volume and frequency
27
Data Dictionary
Documenting the Entities
Typical characteristics of an
entity include
Entity name
Description
Alternate name(s)
Input data flows
Output data flows
29
Data Dictionary
Data Dictionary Reports
Many valuable reports
An alphabetized list of all data elements by name
A report describing each data element and indicating
the user or department that is responsible for data
entry, updating, or deletion
A report of all data flows and data stores that use a
particular data element
Detailed reports showing all characteristics of data
elements, records, data flows, processes, or any
other selected item stored in the data dictionary
31
Sequence Structure
Yes
Hours>
40
CALCULATE
OVERTIME PAY
No
Selection structure
No
END OF PRINT
FILE? PAYCHECK
Yes
Iteration structure
34
Chapter Summary
During data and process modeling, a systems
analyst develops graphical models to show how
the system transforms data into useful
information
The end product of data and process modeling is
a logical model that will support business
operations and meet user needs
Data and process modeling involves three main
tools: data flow diagrams, a data dictionary, and
process descriptions
43
Chapter Summary
Data flow diagrams (DFDs) graphically show the
movement and transformation of data in the
information system
DFDs use four symbols
A set of DFDs is like a pyramid with the context
diagram at the top
44
Chapter Summary
The data dictionary is the central documentation
tool for structured analysis
Each functional primitive process is documented
using structured English, decision tables, and
decision trees
Structured analysis tools can be used to develop
a logical model during one systems analysis
phase, and a physical model during the systems
design phase
45
Review questions
1. Describe data and process modeling, and name
the main data and process modeling
techniques.
2. Describe the Gane and Sarson symbols used
for processes, data flows, data stores and
entities.
3. Describe the rules for creating a context
diagram
4. List the dos and donts when developing DFDs.
5. Explain the importance of leveling and
balancing
46
1
ORDER
ORDER RECEIVE
CUSTOMER CUSTOMER KITCHEN
ORDER
3
WEEKLY
PRODUCE REPORT
WEEKLY D2 RECEIPT FILE
SALES
REPORT
47