In: Computer Science
True or False
1.An association is a description of a group of links with common behaviors and semantics.
2.An association is a logical construct, of which a reference is a generalization alternative.
3.Multiplicity specifies the number of instances of one object.
4.An association class is an association that is also a class.
5.An association class may have attributes, operation and participant in associations.
6.A qualified association is an association in which the objects in a “many” generalization are partially disambiguated by a qualifier.
7.Generalization is an important construct for both conceptual modeling and implementation.
8.To build complex systems, the developer must abstract different views of the system, build models using precise notations.
9.When analysts construct a model of the application, the detail implementation information will need to be considered.
10.The model has two dimensions – a view of a system and a stage of development.
Step1##
Answer1 : True
Basically a link is known to be an instance of an association. We can also say that Association is a description of group of links having common behavior and meaning.
Answer2: False
Answer3:False
Multiplicity in actual is the umber of objects can be associated with one object of the other class.
Answer4:True
We can also say that Association class is used to model an association into a class.
Answer5:True
It allows to add attributes , operation and other features in association
Answer6: True
The given statement is correct.
Answer7: True
Generalization is significant for abstract modeling and implementation.
Answer8: True
For building complex solution the developer should abstract different views of system, build model with use of precise notaions ,verify whether model satisfying the system requirements.and then add detail inorder to transform model into implementation.
Answer9: True
When analysts construct a model of the application, the detail implementation information will need to be considered.
Answer10: False