retagged by
1,063 views
0 votes
0 votes

The Function Points(FP) calculated for software projects 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.
retagged by

1 Answer

Answer:

Related questions