Multiple choice technology

Defects generally fall into the following categories?

  1. WRONG

  2. MISSING

  3. EXTRA

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Defects typically fall into three categories: WRONG (incorrect functionality), MISSING (absent functionality), and EXTRA (unintended features). Option D 'All the above' correctly includes all three categories. This classification helps in defect analysis and prevention.

AI explanation

To answer this question, we need to understand the different categories of defects.

Option A) WRONG - This option is incorrect because it does not encompass all the categories of defects. "Wrong" refers to a defect where something is incorrect or inaccurate.

Option B) MISSING - This option is correct because it refers to a defect where something is missing or not present when it should be.

Option C) EXTRA - This option is correct because it refers to a defect where something is present when it should not be.

Option D) All the above - This option is correct because it includes all the categories mentioned: wrong, missing, and extra. Defects can fall into any of these categories.

The correct answer is D) All the above. This option is correct because it includes all the possible categories of defects.