MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
While estimating the cost of software, Lines of Code (LOC) and Function Points (FP) are used to measure which one of the following?
A
Length of code
B
Functionality of software
C
Size of Software
D
None of the above
Explanation: 

Detailed explanation-1: -Source lines of code (SLOC), also known as lines of code (LOC), is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program’s source code.

Detailed explanation-2: -FP is language independent. 2. LOC is language dependent.

Detailed explanation-3: -A Function Point (FP) is a unit of measurement to express the amount of business functionality, an information system (as a product) provides to a user. FPs measure software size. They are widely accepted as an industry standard for functional sizing.

There is 1 question to complete.