Function points exercise:
Suppose we need to develop a program with the following functionalities and their complexity levels:
Simple 0 5 0 7 5
Average Complex 3 4 7 0 3 6 0 3 2 0
Number of user inputs Number of user outputs Number of user inquiries Number of internal files Number of external interfaces
1. Calculate the unadjusted function point count (UFPC)
2. If the degree of influence for ALL factors is MODERATE, what is the value of TDI?
3. What is the value of adjustment factor (VAF)?
4. Calculate the adjusted function point count (FP)
5. How many lines of code should be needed to implement the system if Java is used for programming?
6. If the staff needs 3 days per KLOC, what would be the estimate of effort to complete the project?
7. Assuming that the productivity rate is 100 LOC per day, what would be the estimation of effort?