Which of the following is not supported by UML considering data driven modelling?

Software Engineering Questions for Experienced people on “System Modelling”.

1. Which of the following diagram is not supported by UML considering Data-driven modeling ?
a) Activity
b) Data Flow Diagram (DFD)
c) State Chart
d) Component

Answer: b
Clarification: DFDs focus on system functions and do not recognize system objects.

2. _________________ allows us to infer that different members of classes have some common characteristics.
a) Realization
b) Aggregation
c) Generalization
d) dependency

Answer: c
Clarification: Generalization is an everyday technique that we use to manage complexity.This means that common information will be maintained in one place only.

3. One creates Behavioral models of a system when you are discussing and designing the system architecture.
a) True
b) False

Answer: b
Clarification: Structural models of software display the organization of a system in terms of the components that make up that system and their relationships.

4. ______________ & ______________ diagrams of UML represent Interaction modeling.
a) Use Case, Sequence
b) Class, Object
c) Activity, State Chart
d) All of the mentioned

Answer: a
Clarification: 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.

5. Which level of Entity Relationship Diagram (ERD) models all entities and relationships ?
a) Level 1
b) Level 2
c) Level 3
d) Level 4

Answer: b
Clarification: Level 1 ERD models all data objects (entities) and their “connections” to one another while Level 3 ERD models all entities, relationships, and the attributes that provide further depth. Thus option b is correct.

6. ___________ classes are used to create the interface that the user sees and interacts with as the software is used.
a) Controller
b) Entity
c) Boundary
d) Business

Answer: c
Clarification: The answer is self-explanatory.

7. 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

Answer: c
Clarification: All participants in the review (of the CRC model) are given a subset of the CRC model index cards.

8. A data object can encapsulates processes and operation as well.
a) True
b) False

Answer: b
Clarification: A data object encapsulates data only. There is no reference within a data object to operations that act on the data.

Asked by CommodoreKnowledgeMole10

1. Which of the following diagram is not supported by UML considering Data-driven modeling ?

a) Activity

b) Data Flow Diagram (DFD)

c) State Chart

d) Component

2. _____________ allows us to infer that different members of classes have some common characteristics.

a) Realization

b) Aggregation

c) Generalization

d) dependency

3. One creates Behavioral models of a system when you are discussing and designing the system architecture.

a) True

b) False

4. __________ & __________ diagrams of UML represent Interaction modeling.

a) Use Case, Sequence

b) Class, Object

c) Activity, State Chart

d) All of the mentioned

5. Which level of Entity Relationship Diagram (ERD) models all entities and relationships ?

a) Level 1

b) Level 2

c) Level 3

d) Level 4

6. _______ classes are used to create the interface that the user sees and interacts with as the software is used.

a) Controller

b) Entity

c) Boundary

d) Business

7. 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

8. A data object can encapsulates processes and operation as well.

a) True

b) False

9. Which of the following diagram is not supported by UML considering Data-driven modeling ?

a) Activity

b) Data Flow Diagram (DFD)

c) State Chart

d) Component

Answer & Explanation

Solved by verified expert

Answered by srinadhusaipreetham

nec facilisis. Pellentesque dapibus efficitu

inia pulvinar tortor nec facilisis. Pellentesque dapibus efficitur laoreet. Nam risus ante, dapibus a molestie consequat, ultrices ac magna. Fusce dui lectus, congue vel laoreet ac, dictum vitae odio. Donec aliquet. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam l

Unlock full access to Course Hero

Explore over 16 million step-by-step answers from our library

Subscribe to view answer

Step-by-step explanation

  1. , dictum
    at, ultrices ac magna. Fusce dui lectus, congue vel laoreet ac, dictum vitae odi
  2. risus an
    rem ipsum dolor sit amet, consectetur adipiscing elit. Nam lacinia pulvinar tortor nec facilisis. Pellentesque dapibus efficitur laoreet. Nam risus ante, dap
  3. , dictum
    s a molestie consequat, ultrices ac magna. Fusce dui lectus, congue vel laoreet ac, dictum vitae odio. Donec aliquet. Lorem ipsum dolor sit amet, consectet
  4. ongue vel
    icitur laoreet. Nam risus ante, dapibus a molestie consequat, ultrices ac magna. Fusce dui lectus, congue vel laoreet ac, dictum vitae odio. Donec aliquet. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam lacinia pu
  5. , dictum
    s a molestie consequat, ultrices ac magna. Fusce dui lectus, congue vel laoreet ac, dictum vitae odio. Donec aliquet. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam lacinia pulvinar tortor nec facilisis. Pellent
  6. risus an
  7. risus an
    llentesque dapibus efficitur laoreet. Nam risus ante, dapibus a molestie consequat, ultrices ac magna. Fusce du
  8. , dictum
    sus ante, dapibus a molestie consequat, ultrices ac magna. Fusce dui lectus, congue vel laoreet ac, dictum vitae odio. Donec aliq
  9. , dictum
    at, ultrices ac magna. Fusce dui lectus, congue vel laoreet ac, dictum vitae odi
  10. gue

Which of the following diagram is not supported by UML considering data driven modeling activity?

Which of the following diagram is not supported by UML considering Data-driven modeling ? Explanation: DFDs focus on system functions and do not recognize system objects.

Which is not the model of UML?

Which of the following is not a UML diagram? Explanation: There is no UML diagram such as interface diagram.

Which of the following which Cannot be captured using UML diagram?

UML diagram cannot be used to capture ___________ views Explanation: Layer view is the correct answer.

Which diagrams of UML represent interaction Modelling?

A sequence diagram is a UML interaction diagram that models the messages that pass between participants, such as objects and roles, as well as the control and conditional structures, such as combined fragments.