Software Modelling MCQs

5. Which of the following statement is incorrect regarding the Class-responsibility-collaborator (CRC) modeling ?

A. All use-case scenarios (and corresponding use-case diagrams) are organized into categories in CRC modelling
B. The review leader reads the use-case deliberately
C. Only developers in the review (of the CRC model) are given a subset of the CRC model index cards
D. All of the mentioned
✅ The correct answer is option C.
Explanation: All participants in the review (of the CRC model) are given a subset of the CRC model index cards.

8. Which model in system modelling depicts the dynamic behaviour of the system ?

A. Context Model
B. Behavioral Model
C. Data Model
D. Object Model
✅ The correct answer is option B.
Explanation: Behavioral models are used to describe the dynamic behavior of an executing system. This can be modeled from the perspective of the data processed by the system or by the events that stimulate responses from a system.

9. ________________ & ________________ diagrams of UML represent Interaction modeling?

A. Use Case, Sequence
B. Class, Object
C. Activity, State Chart
D. All of the mentioned
✅ The correct answer is option A.
Explanation: Use case modeling is mostly used to model interactions between a system and external actors. Sequence diagrams are used to model interactions between system components, although external agents may also be included.
Scroll to Top