The object-oriented development life cycle is which of the following? 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 going through the steps no more than one time. Analysis, design, and implementation steps in the given order and using multiple iterations. Analysis, design, and implementation steps in any order and using multiple iterations. 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 Disjoint rule Total specialization rule TRUE ANSWER : ? YOUR ANSWER : ?
An aggregation is a stronger form of association relationship and is represented with a solid diamond at the aggregate end. False True TRUE ANSWER : ? YOUR ANSWER : ?
The term Incomplete for a UML has the same meaning as which of the following for an EER diagram? Total specialization rule Partial specialization rule Disjoint rule Overlapping rule TRUE ANSWER : ? YOUR ANSWER : ?
When a business rule involves three or more graphical symbols, you can show the constraint as a note and attach the note to each of the symbols by a dashed line. False True TRUE ANSWER : ? YOUR ANSWER : ?
The reasons for overriding include extension, restriction, and optimization. True False TRUE ANSWER : ? YOUR ANSWER : ?
A derived element is typically shown by placing either a slash (/) or a stereotype of <> before the name of the element. True False TRUE ANSWER : ? YOUR ANSWER : ?
Multiple inheritance allows a class to inherit features from more than one superclass. True False TRUE ANSWER : ? YOUR ANSWER : ?
An abstract class is which of the following? A class that has no direct instances, but whose descendants may have direct instances. A class that has no direct instances, but whose descendants may not have direct instances A class that has direct instances, but whose descendants may not have direct instances. A class that has direct instances, but whose descendants may have direct instances. TRUE ANSWER : ? YOUR ANSWER : ?
Multiplicity is the same as what concept for an ERD? Attribute Cardinality Relationship Entity TRUE ANSWER : ? YOUR ANSWER : ?