Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Software Modelling

Model-driven engineering is just a theoretical concept. It cannot be converted into a working/executable code ?

Model-driven engineering is just a theoretical concept. It cannot be converted into a working/executable code ?

A. True
B. False

Explanation: Model-driven engineering is an approach to software development in which a system is represented as a set of models that can be automatically transformed to executable code.
advertisement

Model-driven engineering is just a theoretical concept. It cannot be converted into a working/executable code ? Read More »

Software Modelling

________________ classes are used to create the interface that the user sees and interacts with as the software is used ?

________________ 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

Explanation: The answer is self-explanatory.

________________ classes are used to create the interface that the user sees and interacts with as the software is used ? Read More »

Software Modelling

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

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

A. True
B. False

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

One creates Behavioral models of a system when you are discussing and designing the system architecture? Read More »

Software Modelling

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

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

Explanation: All participants in the review (of the CRC model) are given a subset of the CRC model index cards.
advertisement

Which of the following statement is incorrect regarding the Class-responsibility-collaborator (CRC) modeling ? Read More »

Software Modelling

________________ & ________________ diagrams of UML represent Interaction modeling?

________________ & ________________ diagrams of UML represent Interaction modeling?

A. Use Case, Sequence
B. Class, Object
C. Activity, State Chart
D. All of the mentioned

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.

________________ & ________________ diagrams of UML represent Interaction modeling? Read More »

Software Modelling

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

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

A. Context Model
B. Behavioral Model
C. Data Model
D. Object Model

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.

Which model in system modelling depicts the dynamic behaviour of the system ? Read More »

Software Modelling

Which perspective in system modelling shows the system or data architecture ?

Which perspective in system modelling shows the system or data architecture ?

A. Structural perspective
B. Behavioral perspective
C. External perspective
D. All of the mentioned

Explanation: Structural perspective is used to define the static structure of classes in a system and their associations.

Which perspective in system modelling shows the system or data architecture ? Read More »

Software Modelling