Moderate

Choose the fault class in which the following automated static analysis check would fall:"Variables declared but never used"?

Correct answer: B. Data Faults

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

Explanation

An unused variable is a data fault because the program declares or stores data that has no effective use. Control faults concern execution flow, such as unreachable statements.

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