in IS&Software Engineering retagged by
2,774 views
2 votes
2 votes

Which of the following are NOT considered when computing function points for a software project?

  • (O1)   External inputs and outputs
  • (O2)   Programming language to be used for the implementation
  • (O3)   User interactions
  • (O4)   External interfaces
  • (O5)   Number of programmers in the software project 
  • (O6)   Files used by the system
  1. O2, O3
  2. O1, O5
  3. O4, O6
  4. O2, O5
in IS&Software Engineering retagged by
2.8k views

1 Answer

2 votes
2 votes
Best answer
Answer: D

Unadjusted Function Point = Number of Inputs*A + Number of Outputs*B + Number of User Enquiry*C + Number of File*D + Number of Interface*E

where A,B,C,D,E are the respective counts.

Ref: http://groups.engin.umd.umich.edu/CIS/course.des/cis525/js/f00/artan/functionpoints.htm
selected by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true