Estimate a cost of developing a software
Estimate a cost of developing a softwareThere are two ways to estimate a cost of developing a software.(1)Function point analysis(FP analysis)This is a method of quantifying a function by a certain method and using itas an estimation scale.For example, when you decide the price of gold, it is as follows.①Weigh the gold.(100 pound, for example)②Find out the rate of gold.($500/pound, for example)③Multiply.(100 pound × $500 = $50,000)※How do you estimate a cost of developing a software?①Count the functions of the software, weight the complexity of the function and score by the FP analysis.②Determine the index of man-hours per day.③Estimate software development costs and development schedules.
0