Posts

Showing posts with the label behavior modelling

PROJECT ENGINEERING REQUIREMENT ANALYSIS MODELING

Image
ANALYSIS CONCEPTS & PRINCIPLES The information domain must be represented and understood. The function must be defined. The behavior of software must be represented. Models that depict information, function, and behavior must be segregated in a manner that uncovers details in a layered manner. 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 ...