recategorized by
3,001 views
1 votes
1 votes

The Object Modelling Technique (OMT) uses the following three kinds of model to describe a system

  1. Class Model , Object Model and Analysis Model
  2. Object Model, Dynamic Model and Functional Model
  3. Class Model, Dynamic Model and Functional Model
  4. Object Model, Analysis Model and Dynamic Model
recategorized by

1 Answer

Best answer
1 votes
1 votes

Ans : B

The Object-Modelling Technique (OMT) describes Object model or static structure of the system.
 The purposes of modelling are:
·      testing physical entities before building them (simulation),
·      communication with customers,
·      visualization (alternative presentation of information), and
·      reduction of complexity.
OMT has proposed three main types of models:
·      Object model: The object model represents the static  modelled domain. Main concepts are classes and associations with attributes and operations. Aggregation and generalization (with multiple inheritance) are predefined relationships.
·      Dynamic model: The dynamic model represents view on the model. Main concepts are states, transitions between states, and events to trigger transitions. Actions can be modelled as occurring within states. Generalization and aggregation (concurrency) are predefined relationships.
·      Functional model: The functional model handles the process perspective of the model, corresponding roughly to data flow diagrams. Main concepts are process, data store, data flow, and actors.
OMT is a predecessor of the Unified Modelling Language (UML).

selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Jul 13, 2016
1,159 views
Which is the method used to retrieve the current state of a check box?get State ( )put State ( )retrieve State ( )write State ( )
0 votes
0 votes
2 answers
2