edited by
6,948 views
1 1 vote

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

3 Answers

Best answer
7 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
0 0 votes

Option D: FP and LOC are not related to each other Status: FALSE (The Correct Answer to the Question)

ago
Answer:
Position:
Show:

Related questions

0 0 votes
1 1 answer
1.6k
1.6k views
admin asked Mar 30, 2020
1,599 views
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 stat...
4 4 votes
2 answers 2 answers
4.6k
4.6k views
Ishrat Jahan asked Nov 3, 2014
4,646 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...
3 3 votes
4 4 answers
6.7k
6.7k views
Ishrat Jahan asked Nov 3, 2014
6,692 views
The availability of a complex software is 90%. Its Mean Time Between Failure (MTBF) is 200 days. Because of the critical nature of the usage, the organization deploying t...