Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024LOC
Question 7 |
Line of code(LOC) of the product comes under which type of measures?
Indirect measures | |
Coding | |
Direct measures | |
none of the above |
Question 7 Explanation:
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. SLOC is typically used to predict the amount of effort that will be required to develop a program, as well as to estimate programming productivity or maintainability once the software is produced.
→ It comes under direct measures.
→ It comes under direct measures.
Correct Answer: C
Question 7 Explanation:
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. SLOC is typically used to predict the amount of effort that will be required to develop a program, as well as to estimate programming productivity or maintainability once the software is produced.
→ It comes under direct measures.
→ It comes under direct measures.