retagged by
1,774 views

1 Answer

1 votes
1 votes

Option C

These are the measurements that can be measured without the involvement of any other entity or attribute.

The following direct measures are commonly used in software engineering.

  • Length of source code by LOC
  • Duration of testing purpose by elapsed time
  • Number of defects discovered during the testing process by counting defects
  • The time a programmer spends on a program

Source lines of code (SLOC) is alsoknown as LOC.It is a software metric used to measure the size of a software 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.

Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Mar 31, 2020
9,880 views
Which of the following is not defined in a good Software Requirement Specification(SRS) document?Functional requirementGoals of implementationNonfunctional requirementAlg...
0 votes
0 votes
1 answer
2
admin asked Mar 31, 2020
2,955 views
Software Requirement Specification (SRS) is also known as specification ofWhite box testingIntegrated testingAcceptance testingBlack box testing
0 votes
0 votes
1 answer
3
admin asked Mar 31, 2020
806 views
What is the testing to ensure the WebApp properly interfaces with other applications or databases?CompatibilityInteroperabilityPerformanceSecurity
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
1,490 views
What is described by means of DFDs as studied earlier and represented in algebraic form?Data flowData storageData structuresData elements