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

Software Modelling

The Unified Modeling Language (UML) has become an effective standard for software modelling.How many different notations does it have ?

The Unified Modeling Language (UML) has become an effective standard for software modelling.How many different notations does it have ?

A. Three
B. Four
C. Six
D. Nine

Explanation: The different notations of UML includes the nine UML diagrams namely class, object, sequence, collaboration, activity, state-chart, component, deployment and use case diagrams.

The Unified Modeling Language (UML) has become an effective standard for software modelling.How many different notations does it have ? Read More »

Software Modelling

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

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

A. Level 1
B. Level 2
C. Level 3
D. Level 4

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

Which level of Entity Relationship Diagram (ERD) models all entities and relationships ? Read More »

Software Modelling

Which model in system modelling depicts the static nature of the system ?

Which model in system modelling depicts the static nature of the system ?

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

Explanation: Structural models show the organization and architecture of a system. These are used to define the static structure of classes in a system and their associations.

Which model in system modelling depicts the static nature of the system ? Read More »

Software Modelling

__________________ allows us to infer that different members of classes have some common characteristics ?

__________________ allows us to infer that different members of classes have some common characteristics ?

A. Realization
B. Aggregation
C. Generalization
D. dependency

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

__________________ allows us to infer that different members of classes have some common characteristics ? Read More »

Software Modelling