Posts

Showing posts from April, 2022

Practical No 12

 Practical No 12 -  Evaluate the size of a project using functional point metric for the assign project. Estimation of the size of the software is an essential part of Software Project Management. It helps the project manager to further predict the effort and time which will be needed to build the project. Various measures are used in project size estimation.  Function Point Analysis:  Is the method in which, the number and type of functions supported by the software are utilized to find FPC(function point count). The steps in function point analysis are:    Count the number of functions of each proposed type. Compute the Unadjusted Function Points(UFP). Find Total Degree of Influence(TDI). Compute Value Adjustment Factor(VAF). Find the Function Point Count(FPC). The explanation of the above points is given below:    Count the number of functions of each proposed type:  Find the number of functions belonging to the following types:  External Inputs: Functions related to data entering t

Practical No 11

 Practical 11 - Identify the risk involve in the project and prepare RMMM plan. A risk management technique is usually seen in the software Project plan. This can be divided into Risk Mitigation, Monitoring, and Management Plan (RMMM). In this plan, all works are done as part of risk analysis. As part of the overall project plan project manager generally uses this RMMM plan.  Risk : Due to the large size of some banks, overexposure to risk can cause bank failure and impact millions of people. By understanding the risks posed to banks, we can set better regulations to encourage prudent management and decision-making. The ability of a bank to manage risk also affects investors’ decisions. Even if a bank can generate large revenues, lack of risk management can lower profits due to losses on loans. Value investors are more likely to invest in a bank that is able to provide profits and is not at an excessive risk of losing money. Risk Mitigation :   It is an activity used to avoid problems

Practical No 9

Image
 Practical No 9 :Draw class diagram sequence diagram state transition diagram for assign project. Class diagram is a static diagram. It represents the static view of an application. Class diagram is not only used for visualizing, describing, and documenting different aspects of a system but also for constructing executable code of the software application. Class diagram describes the attributes and operations of a class and also the constraints imposed on the system.Class diagram shows a collection of classes, interfaces, associations, collaborations, and constraints. It is also known as a structural diagram. Purpose of Class Diagrams The purpose of class diagram is to model the static view of an application. Class diagrams are the only diagrams which can be directly mapped with object-oriented languages and thus widely used at the time of construction. Sequence Diagram Sequence diagrams show an overview of the interactions between objects in a system over time.  Also called event diag

Practical No 8

Image
 Develop a data dlow diagram using dfd ,division table & ER diagram Data Flow Diagrams  are used to represent the flow of data as well as the processes and functions involved to store, manipulate, and distribute data among various components of the system and between the system and the environment of the system by a specific set of graphical representations. It also depicts the logical flow of information in a system and appropriately defines and determines the physical requirements for the construction of the system. The key features of a Data Flow Diagram involve simplicity of notation as well as generation of a clear overview of the manual and automated requirements of the system. Level 0 DFD : This level is also known as Context Level DFD. At this level, only the interacting inputs and outputs with a system are described. The DFD of this level is shown in the diagram Level 1 DFD : At this level, more detailed information is given about the processing of the ATM system. The DFD