asked 79.1k views
2 votes
Wien analysis mcdel you should use when the customers present their requirements using Noun?

A Use cases (use case diagram)
B. Entities or their attributes (ERD)
C. Relationships (ERD)
D. Process steps (swimlane diagram)

asked
User Jaybuff
by
7.3k points

1 Answer

0 votes

Final answer:

When customers present requirements using nouns, it is most appropriate to use Entities or their attributes, which can be modeled in an Entity-Relationship Diagram (ERD).

Step-by-step explanation:

When customers present their requirements using nouns, it typically refers to the things in the system – the data or objects that the system will manage. To model these, you would typically use Entities or their attributes, which are represented in an Entity-Relationship Diagram (ERD). An ERD is a tool commonly used in database design to illustrate the entities in the system and the relationships among them. Use cases (use case diagram) are more focused on interactions and behavior – the actions that users can perform with the system. Relationships are indeed a part of ERDs but are not standalone elements; they describe how entities are related. Process steps (swimlane diagram) would be used if you are modeling the flow of tasks or activities in a process, especially differentiating roles or responsibilities.

answered
User Jerrah
by
8.5k points