Multiple choice technology programming languages

Validate User Model action validates

  1. Construction level defects

  2. Design level defects

  3. Analysis level defects

  4. Testing defects

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

The 'Validate User Model' action specifically checks for design-level defects by verifying that the user model conforms to design specifications and requirements. It runs after analysis is complete but before construction begins, ensuring the design is sound. Construction defects would be caught during implementation/testing, while analysis defects are found during requirements validation.

AI explanation

A 'Validate User Model' action checks that the design artifacts (models/diagrams) correctly and consistently represent the intended system structure, which makes it a design-level validation activity. It happens before construction, so it wouldn't catch coding-level (construction) defects, and it isn't concerned with requirements analysis or later testing-phase defects.