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:...