edited by
5,134 views
1 votes
1 votes

The Function Point (FP) calculated for a software project are often used to obtain an estimate of Lines of Code (LOC) required for that project. Which of the following statements is FALSE in this context.

  1. The relationship between FP and LOC depends on the programming language used to implement the software.

  2. LOC requirement for an assembly language implementation will be more for a given FP value, than LOC for implementation in COBOL.

  3. On an average, one LOC of C++ provides approximately 1.6 times the functionality of a single LOC of FORTRAN

  4. FP and LOC are not related to each other

edited by

2 Answers

Best answer
7 votes
7 votes
option D... relation between FP and LOC depends on programming language chosen

http://www.cs.helsinki.fi/u/taina/ohtu/fp.html
selected by
Answer:

Related questions

4 votes
4 votes
2 answers
2
Ishrat Jahan asked Nov 3, 2014
2,782 views
Tb carry out white box testing of a program, its flow chart representation is obtained as shown in the figure below:For basis path based testing of this program, its cycl...