What can dataflow diagrams be used to catalog?
Data processes Flows Stores Structures Elements
Data dictionary
What is the need for understanding the data dictionary?
Data repository
large collection of project information
What does the data repository include?
Data dictionary categories
Data flows
Data structures
Elements
Data stores
Algebraic notation used to describe data structures
=
is composed of
+
and
{ }
repetitive elements
[ ]
either/or situation
( )
optional element
Structural records
what does the notation mean?
{ C }
C is repeating but is optional
what does the notation mean?
[ C | D | E]
There is an option to choose C, D or E
Logical data structures
Show what data the business needs for its day to day operations
Physical data structures
Includes additional elements necessary for implementing the system
Features of physical data structures
Data element characteristics
Element ID
- Allows analyst to build automated data dictionary entries
Base Element
Initially keyed into the system
Derived Element
Created by a process, usually as the result of a calculation
Types of data
and formats
Alphanumeric or text Formats: o Mainframe: packed, binary, display o Microcomputer (PC) formats o PC formats like currency, number
Creating the data dictionary
Developing data stores