Q49.Marks: +2.0UGC NET Paper 2: Computer Science17th June 2023
Consider the following statements:
A. Dynamic metrics are collected by measurements made of a program in execution
B. Static metrics are collected by measurements made of representations of the system
C. The assessment of software quality is an objective process
D. An important part of quality assurance in the selection of standards that should apply to the software development process.
Choose the correct answer from the options given below:
1.A, B, C only
2.B, C and D only
3.A, C and D only
4.A, B and D only✓ Correct
Solution
The correct answer is A, B and D only
Key PointsStatement C is not correct. While some aspects of software quality assessment can be measured objectively, like code efficiency or bug count, other aspects are often subjective and may vary based on individual needs and context. For example, usability, readability of code, or fitness for a particular purpose can be quite subjective.
Other options:
A. Dynamic metrics are indeed collected by measuring a program while in execution.
B. Static metrics are collected by analyzing representations of the system (such as source code, design documents, etc.) without executing the program.
D. The selection of the appropriate standards and methodologies to apply during the software development process is a crucial part of software quality assurance.