SOFTWARE ENGINEERING

SOFTWARE METRICS AND QUALITY ASSURANCE

SOFTWARE PROCESS IMPROVEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Line of code(LOC) of the product comes under which type of measures?
A
Direct Measure
B
Indirect Measure
C
Coding
D
None of the Above
Explanation: 

Detailed explanation-1: -Direct measures of the product include lines of code (LOC), execution speed, memory size, defects per reporting time period. Indirect measures examine the quality of the software product itself (e.g. functionality, complexity, efficiency, reliability, maintainability).

Detailed explanation-2: -Line of code(LOC) of product comes under direct measures-Software Specification & Measurement. Q.

Detailed explanation-3: -The most direct way to count lines of code (LOC) is to, well, count lines of code assuming each line corresponds to a line feed sequence ( or ˚). Our IDE tells us how many lines of text a file has and displays a count in one of the margins.

Detailed explanation-4: -Line Of Code(LOC) Metrics It is commonly used to calculate and compare programmers’ productivity. These metrics are computed by normalizing quality and productivity measures by using product size as a metric.

There is 1 question to complete.