ELEMENTS OF ANALYSIS MODEL
The analysis Model is a technical representation of the software. It acts as a link between system description and design model.
- DATA DICTIONARY: It is a repository that consists of a description of all data objects used or produced by the software.
- ENTITY RELATIONSHIP DIAGRAM (ERD): It depicts the related activities. The attributes of each object in the Entity Relationship Diagram can be described using data object description.
- DATA FLOW DIAGRAM (DFD): It depicts the functions that transform data flow and it also shows how data is transformed when moving from input to output.
- STATE TRANSITION DIAGRAM (STD): It shows various modes of behavior (states) of the system and also shows the transitions from one state to another state in the system.
- PROCESS SPECIFICATION: It stores the description of each function present in the Data Flow Diagram (DFD). It describes the input to a function, the algorithm, that is applied to the input, and the output, that is produced.
- CONTROL SPECIFICATION: It stores additional information about the control aspect of the software. It is used to indicate how the software behaves when an event occurs and which processes are invoked due to the occurrence of the event.
- DATA OBJECT DESCRIPTION: It stores and provide complete knowledge about a data object present and used in the software. It also gives us the details of attributes of the data object present in the Entity Relationship Diagram (ERD).
Comments
Post a Comment