53.8k views
5 votes
Which one of the following is NOT auseful indicators of software quality?

o Correctness

o Code size

o Maintainability

o Integrity

o Usability

User OCcSking
by
8.6k points

1 Answer

4 votes

Answer: Code size

Explanation: A software quality is described by the factor such as correctness that is the output obtained from it should be correct, it should be in a form which could be maintained by the user and is dependable.Integrity of the software should be present so that no unauthorized access can take place along with the factor that it should be easy to be handled and used by the user. So, the code size is the only option which does not matter for the quality of the software.

User Jeff Fol
by
8.7k points