Function Point Estimating
The Function Point estimating technique is a method of measuring the functionality delivered by the project. Function points are a unit measure for software much like an hour is to measuring time. They quantify software functionality provided to the user based primarily on the logical view. What se…
CAPM - Function Point Estimating Example Questions
Test your knowledge of Function Point Estimating
Question 1
You are working on a system with 256 function points. If the system is 80% completed, calculate the remaining function points that need to be implemented.
Question 2
Your software project is divided into three modules with function points of 100, 150, and 200 respectively. If you have completed 60% of total function points, what would be the remaining function points to be implemented?
Question 3
As the lead of a software development team, you've been given a project that consists of 150 function points. However, due to certain quality and novelty requirements, an adjustment factor of 1.4 is added. What will the adjusted function point count of your project be?