PROJECT ENGINEERING REQUIREMENT ANALYSIS MODELING

ANALYSIS CONCEPTS & PRINCIPLES

  1. The information domain must be represented and understood.
  2. The function must be defined.
  3. The behavior of software must be represented.
  4. Models that depict information, function, and behavior must be segregated in a manner that uncovers details in a layered manner.
  5. The analysis process must move from essential information to implementation details.

FUNCTIONAL MODELLING: It provides the outline that what the system is supposed to do. It does not describe what is the need o evaluation of data, when they are evaluated, and how they are evaluated apart from all it only represents the origin of data values. It describes the function of the internal process with the help of DFD (Data Flow Diagram).

INFORMATION FLOW MODELING: It distinguishes the discrete processing stage within the process, and describes how information flows through the system.

BEHAVIOR MODEL: It is specially designed to make us understand behavior and factors that influence the behavior of a system. the behavior of a system is represented by a State Transition Diagram (STD). It is a collection of states and events.

Comments

Popular posts from this blog

DESIGN PRINCIPLES

COMPONENT ASSEMBLY MODEL

SOFTWARE TESTING