CTFL_SYLL_4.0 · Question #22
Which of the following statements is true?
The correct answer is C. Failures can be caused by defects, but also by environmental conditions. Failures can be caused by defects, but also by environmental conditions. A failure is an event in which the software system does not perform a required function or performs a function incorrectly, according to the expected behavior. A defect is a flaw in the software system or…
Question
Which of the following statements is true?
Options
- AA defect does not always produce a failure, while a bug always produces a failure
- BA defect may cause a failure which, when occurring, always causes an error
- CFailures can be caused by defects, but also by environmental conditions
- DBugs are defects found during component testing, while failures are defects found at higher test
How the community answered
(29 responses)- A3% (1)
- C90% (26)
- D7% (2)
Explanation
Failures can be caused by defects, but also by environmental conditions. A failure is an event in which the software system does not perform a required function or performs a function incorrectly, according to the expected behavior. A defect is a flaw in the software system or a deviation from the requirements or the specifications, that may cause a failure. However, not all failures are caused by defects, as some failures may be caused by environmental conditions, such as hardware malfunctions, network interruptions, power outages, incompatible configurations, etc. Environmental conditions are factors that affect the operation of the software system, but are not part of the software system itself.
Topics
Community Discussion
No community discussion yet for this question.