Multiplicity is the same as what concept for an ERD? Cardinality Relationship Entity Attribute TRUE ANSWER : ? YOUR ANSWER : ?
The term Incomplete for a UML has the same meaning as which of the following for an EER diagram? Partial specialization rule Overlapping rule Disjoint rule Total specialization rule TRUE ANSWER : ? YOUR ANSWER : ?
The term Complete for a UML has the same meaning as which of the following for an EER diagram? Partial specialization rule Overlapping rule Total specialization rule Disjoint rule TRUE ANSWER : ? YOUR ANSWER : ?
In UML, a class is represented by a rectangle with three compartments separated by vertical lines. True False TRUE ANSWER : ? YOUR ANSWER : ?
The reasons for overriding include extension, restriction, and optimization. True False TRUE ANSWER : ? YOUR ANSWER : ?
The object-oriented development life cycle is which of the following? Analysis, design, and implementation steps in any order and using multiple iterations. Analysis, design, and implementation steps in the given order and going through the steps no more than one time. Analysis, design, and implementation steps in any order and going through the steps no more than one time. Analysis, design, and implementation steps in the given order and using multiple iterations. TRUE ANSWER : ? YOUR ANSWER : ?
A UML diagram includes which of the following? List of operations List of attributes Class name All of these TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statement is true concerning objects and/or classes? An object includes encapsulates only data. A class is an instance of an object. A class includes encapsulates only data. An object is an instance of a class. TRUE ANSWER : ? YOUR ANSWER : ?
The fact that the same operation may apply to two or more classes is called what? Multiple classification Inheritance Polymorphism Encapsulation TRUE ANSWER : ? YOUR ANSWER : ?