Q.

Function Point Computation is given by the formula

A. fp = [count total * 0.65] + 0.01 * sum(fi)
B. fp = count total * [0.65 + 0.01 * sum(fi)].
C. fp = count total * [0.65 + 0.01] * sum(fi)
D. fp = [count total * 0.65 + 0.01] * sum(fi)
Answer» B. fp = count total * [0.65 + 0.01 * sum(fi)].
Explanation: option b is the correct formula for function point computation.
1.9k
0
Do you find this helpful?
10

Discussion

No comments yet