Moderate

Function Point Computation is given by the formula___________________?

Correct answer: B. FP = count total * [0.65 + 0.01 * sum(Fi)].

  • 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)

Explanation

The standard adjusted Function Point formula is FP = count total × [0.65 + 0.01 × sum(Fi)], where the Fi values are the system-characteristic influence ratings. The brackets are essential because the adjustment factor multiplies the total count.

Last updated

Practise Software Testing and Quality Assurance

181 free Software Testing and Quality Assurance MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions