Moderate

Choose the fault class in which the following automated static analysis check would fall:"Non-usage of the results of functions"?

Correct answer: D. Interface faults

  • A. Storage management faults
  • B. Data Faults
  • C. Input/Output Faults
  • D. Interface faults

Explanation

Ignoring a function's result is an interface fault because it indicates incorrect use of the function's provided interface or return contract. Data faults concern erroneous values or variable declarations rather than misuse of a returned result.

Last updated

Practise Software Testing and Quality Assurance

181 free Software Testing and Quality Assurance MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions