Please enable JavaScript.
Coggle requires JavaScript to display documents.
SYSTEM ANALYSIS - Coggle Diagram
SYSTEM ANALYSIS
PRELIMINARY ANALYSIS
System Requirements
a characteristic or feature that must be included in an information system to satisfy business requirements and be acceptable to users.
-
-
-
DATA & PROCESS MODELLING
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( flow of data between process).
DFD symbols
-
-
Data store symbol
The physical characteristics of a data store are unimportant because you are concerned only with a logical model
-
-
Data Dictionary
A data dictionary, or data repository, is a central storehouse of information about the system’s data
A data element, also called a data item or field, is the smallest piece of data that has meaning
-
-
-
-
Process Description
A process description documents the details of a functional primitive, which represents a specific set of processing steps and business logic
Modular design
-
Sequence
The completion of steps in sequential order, one after another
-
-
Selection
-
In the example, the system tests the input, and if the hours are greater than 40, it performs the CALCULATE OVERTIME PAY process
Iteration
-
An example of iteration is a process that continues to print paychecks until it reaches the end of the payroll file. Iteration also is called looping
-
Decision Tables
Shows a logical structure, with all possible combinations of conditions and resulting actions
-
-
-
Logical & Physical Model
While structured analysis tools are used to develop a logical model for a new information system, such tools also can be used to develop physical models of an information system
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