Explore topic-wise MCQs in Software Design.

This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Software Design knowledge and support exam preparation. Choose a topic below to get started.

1.

What does a component diagram consists of?

A. Components, their Relationship to the environment
B. Packages and dependency
C. Internal structure
D. Internal structure, Components & their Relationship to the environment
Answer» E.
2.

A package diagram consists of the following?

A. Package symbols
B. Groupings of Use cases, classes, components
C. Interface
D. Package symbols, Groupings of Use cases, classes & components
Answer» E.
3.

What is a collection of model elements called?

A. Box
B. Dependency
C. UML packages
D. Package members
Answer» E.
4.

Which of the following is incorrect in reference to dependency?

A. Module D uses module I when a correct version of I must be present for D to work correctly
B. Module D depends for compilation on module I
C. Class I imports elements from package D
D. None of the mentioned
Answer» D. None of the mentioned