196k views
0 votes
The function point metric is an example metric that can be used to assist with technical decision-making based on the analysis model information, without making use of historical project data?

1) True
2) False

1 Answer

3 votes

Final answer:

The statement is true; the function point metric does not require historical project data as it relies on the analysis model information to quantify the software's functionality and aid in decision-making.

Step-by-step explanation:

The statement that function point metric can be used to assist with technical decision-making based on the analysis model information, without making use of historical project data, is True. Function points measure the size of the software's functionality, independent of the technology that is used to implement it.

It does so by quantifying the software's features provided to the user based on logic, user inputs, user outputs, and inquiries. This metric helps in estimating the cost, effort, and time required to develop a software project before it is actually built. The analysis model is used to determine the number of function points, and past project data is not necessary for this process.

User Jeff Zeitlin
by
7.7k points