All IT Courses 50% Off
QA Tutorials

Three Approaches to the Requirement Analysis

The business analyst gathers the project information or business Requirement Analysis from the client and shares them with the IT team. A detailed analysis of the requirements is provided by the business analyst using different approaches listed below:

  1. State and project concepts
  2. Data flow diagrams
  3. Entity relationship diagrams

The approaches for requirements analysis are explained in detail as below: 

State VS project

State will be given by the system which suggests that the system is operating at some specified condition. This condition is given by the system which has existent in one of the several states of the operation.

Data flow diagrams(DFD)

These are referred to as the data flow graphs or bubble charts, DFD will depute the flow of the data through the sequence of processing steps or the transformation in the system. These are used in the problem analysis and also document a software design. This will assist the potential system users to participate in validating the analysis.

All IT Courses 50% Off

Basic notations which are used to represent DFD is been shown:

  1. bubbles or circle or semi rounds rectangle which indicate process transformer of the data.                                        
  2. Arrow which indicates annotated with data name
  3. Producer or the consumer of information data which reside
  4. Outside the bounds of the system.
  5. Rectangles which represents the data source or data store which will be used by one or more processes

DFD construction will be initiated by identifying the major inputs and output to the system which have to be modeled and also major transformation. It will be identified along with the path from the inputs towards the output.

Flow chart VS DFD 

Flow chart emphasis: data flow diagram-> emphasis-> flow of data

The flow of control DFD- need not represent procedural information

Data dictionary

Whenever the flow model in terms of DFD is defined, there could be many named entities and relationships, etc. Names will be chosen which should be unique and they should convey precise meaning.

In the data dictionary we will find:

  1. List of names
  2. Structure of each data flow in the DFD
  3. Components in the structure of data flow
  4. Structure of the files which is shown in the DFD.

Advantages:

Data Dictionaries are used to manage mainly large software systems which are to be modeled. There will be many people involved at different levels name clashes can be resolved

It works as storage for maintaining organizational records systematically.

To conclude all names, types, and attributes must be entered in the dictionary.

3. ER diagrams:

Entity-Relationship models are mostly used by database professionals to represent logical structures. They also are used as a tool for analyzing the software system. The initial table for the table will determine by converting the E-R model to the tables since each entity in an E-R diagram will represent the table and also a relationship that suggests different attribute fields in the table.

A logical database will be designed which will carry out with the E-R model which represents it using E-R diagrams.

E-R model is the high-level conceptual data which is developed by PPS Chen in the year 1976 which is used to represent real-world objects. It is called entities and relationships.

These components will represent the overall logical structure of a given database application.

E-R diagram convention for the attribute types:

  1. Attributes will be displayed as ovals or eclipse with the attribute name which encloses in it which are connected to the relevant entity by the straight line.
  2. Entity name appears in upper case in a rectangle box whereas attribute name which is written in lower case in an oval.
  3. Derived attribute which is shown in the dotted line oval
  4. Multivalued attribute will be displayed in double line oval
  5. In case of composite attribute its components attributes which are displayed as ovals stems out from the composite attributes.

Questions

  1. What is DFD? Explain
  2. What are advantages of data dictionary?
Facebook Comments

7 Comments

  1. Three Approaches for the Requirement analysis: In this phase, BA gathers the project information or business requirements from the client and shares them with the IT team. There are three different approaches listed below:
    1. State and project concepts: State will be given by the system which suggests that the system is operating at some specified condition. This condition is given by the system which has existent in one of the several states of the operation.
    2. Data flow diagrams: Data flow diagrams show how data is processed by a system in terms of inputs and outputs. Components of data flow diagram include.
    3. Entity-relationship diagrams: An entity-relationship diagram (ERD) shows the relationships of entity sets stored in a database. By defining the entities, their attributes, and showing the relationships between them, an ER diagram illustrates the logical structure of databases.ER diagrams are used to sketch out the design of a database.

  2. What is DFD? Explain
    the data flow graphs or bubble charts, DFD will depute the flow of the data through the sequence of processing steps or the transformation in the system. These are used in the problem analysis and document a software design. This will assist the potential system users to participate in validating the analysis.
    What are advantages of data dictionary?
    Data Dictionaries are used to manage mainly large software systems which are to be modeled. There will be many people involved at different levels name clashes can be resolved.
    It works as storage for maintaining organizational records systematically.
    To conclude all names, types, attributes must be entered in the dictionary

  3. DFD: A data flow diagram () maps out the flow of information for any process or system. It uses defined symbols like rectangles, circles and arrows, plus short text labels, to show data inputs, outputs, storage points and the routes between each destination. DFD construction will be initiated by identifying the major inputs and output to the system which have to be modeled and also major transformation. It will be identified along with the path from the inputs towards the output.
    Advantages of data dictionary:
    A data dictionary promotes clearer understanding of data elements; helps users find information; promotes more efficient use and reuse of information; and promotes better data management.
    By adopting a data dictionary, organizations can improve the reliability, dependability, and trustworthiness of data use.
    An established data dictionary can provide organizations and enterprises many benefits, including:
     Improved data quality
     Improved trust in data integrity
     Improved documentation and control
     Reduced data redundancy
     Reuse of data
     Consistency in data use
     Easier data analysis
     Improved decision making based on better data
     Simpler programming
     Enforcement of standards

  4. Data flow diagrams : These are also called bubble charts, DFD deputes the flow of the data through the sequence of processing steps or the transformation in the system. These are used in the problem analysis and documenting a software design. These diagrams will help the potential system users to participate in validating the analysis the information. The 4 basic notations used in DFD’s are : Entity, process, data store and data flow.
    Advantages of Data Dictionary : It is used to store the names and structures of the DFDs. It also includes the components of the structure. The main advantage of having a Data Dictionaries is that it manages large software systems which are to be modeled. Many people involved at different levels name clashes can be resolved. It works as storage for maintaining organizational records systematically.

  5. The business analyst gathers the project information or business requirements from the client and shares them with the IT team. A detailed analysis of the requirements is provided by the business analyst using different approaches listed below:

    State and project concepts
    Data flow diagrams
    Entity relationship diagramsData flow diagrams(DFD)
    These are referred to as the data flow graphs or bubble charts, DFD will depute the flow of the data through the sequence of processing steps or the transformation in the system. These are used in the problem analysis and also document a software design. This will assist the potential system users to participate in validating the analysis.

    Basic notations which are used to represent DFD is been shown:

    bubbles or circle or semi rounds rectangle which indicate process transformer of the data.
    Arrow which indicates annotated with data name
    Producer or the consumer of information data which reside
    Outside the bounds of the system.
    Rectangles which represents the data source or data store which will be used by one or more processes

  6. The business analyst gathers the project information or business requirements from the client and shares them with the IT team. A detailed analysis of the requirements is provided by the business analyst using different approaches
    DFD – Data Flow Diagram (DFD) is a traditional visual representation of the information flows within a system using data flow graphs or bubble charts. They show the the flow of the data through the sequence of processing steps or the transformation in the system. These are used in the problem analysis and also document a software design.

    Advantages of Data Dictionary – It works as storage for maintaining organizational records systematically, mainly used to manage large software systems which are to be modeled.

  7. These are referred to as the data flow graphs or bubble charts, DFD will depute the flow of the data through the sequence of processing steps or the transformation in the system. These are used in the problem analysis and also document a software design. This will assist the potential system users to participate in validating the analysis.

    Basic notations which are used to represent DFD is been shown:

    bubbles or circle or semi rounds rectangle which indicate process transformer of the data.
    Arrow which indicates annotated with data name
    Producer or the consumer of information data which reside
    Outside the bounds of the system.
    Rectangles which represents the data source or data store which will be used by one or more processes
    DFD construction will be initiated by identifying the major inputs and output to the system which have to be modeled and also major transformation. It will be identified along with the path from the inputs towards the output.

    Data Dictionaries are used to manage mainly large software systems which are to be modeled. There will be many people involved at different levels name clashes can be resolved

    It works as storage for maintaining organizational records systematically.

    To conclude all names, types, attributes must be entered in the dictionary.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Articles

Back to top button