...
Software-quality
August 28, 2024
LOC
August 28, 2024
Software-quality
August 28, 2024
LOC
August 28, 2024

Software-Engineering

Question 374
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?
A
The relationship between FP and LOC depends on the programming language used to implement the software
B
LOC requirement for an assembly language implementation will be more for a given FP value, than LOC for implementation in COBOL.
C
On an average, one LOC of C++ provides approximately 1.6 times the functionality of a single LOC of FORTRAN
D
FP and LOC are not related to each other
Question 374 Explanation: 
● A function point (FP) is a component of software development which helps to approximate the cost of development early in the process.
● A function point calculates software size with the help of logical design and performance of functions as per user requirements.
● “Lines of code” (LOC) is a metric generally used to evaluate a software program or codebase according to its size. It is a general identifier taken by adding up the number of lines of code used to write a program
Correct Answer: D
Question 374 Explanation: 
● A function point (FP) is a component of software development which helps to approximate the cost of development early in the process.
● A function point calculates software size with the help of logical design and performance of functions as per user requirements.
● “Lines of code” (LOC) is a metric generally used to evaluate a software program or codebase according to its size. It is a general identifier taken by adding up the number of lines of code used to write a program

Leave a Reply

Your email address will not be published. Required fields are marked *