Choose the fault class in which the following automated static analysis check would fall: "Unreachable code"?
Correct answer: A. Control Faults
- A. Control Faults
- B. Data Faults
- C. Input/Output Faults
- D. Interface faults
Explanation
Unreachable code is a control fault because the program's control flow can never reach that statement. Data faults instead involve incorrect declaration, initialization, or use of data.
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
Efficiency in a software product does not include ____________________?
What are attributes of good software ?
Choose an internal software quality from given below________________________?
The longer a fault exists in software__________________?
In XP an automated unit test framework is used to write tests for a new piece of functionality before that functionality itself is implemented ____________________?