Please enable JavaScript.
Coggle requires JavaScript to display documents.
chapter 3.2 - Coggle Diagram
chapter 3.2
Data Dictionary
A data dictionary, or data repository, is a central storehouse of information about the system’s data
An analyst uses the data dictionary to collect, document, and organize specific facts about the system
-
-
-
-
-
-
-
Data Flow Diagram
A data flow diagram (DFD) shows how data moves through an information system but does not show program logic or processing steps
A set of DFDs provides a logical model that shows what the system does, not how it does it
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
-
Data flow symbol
-
-
Avoid
Spontaneous generation = process produces output, but has no input data flow
Black hole = process that has input, but produces no output
Gray hole = process that has at least one input and one output, but the data obviously is insufficient to generate the output
Data store symbol
-
The physical characteristics of a data store are unimportant because you are concerned only with a logical model
-
-
-
-
Logical & Physical Model
Sequence of Models
Many systems analysts create a physical model of the current system and then develop a logical model of the current system before tackling a logical model of the new system
-
Four-Model Approach
Develop a physical model of the current system, a logical model of the current system, a logical model of the new system, and a physical model of the new system
-