Home / CSE / Database System 2 - CS :: Object Oriented Data Modeling

CSE :: Database System 2 - CS

  1. The fact that the same operation may apply to two or more classes is called what?

  2. A.

     Inheritance

    B.

     Polymorphism

    C.

     Encapsulation

    D.

     Multiple classification


  3. The object-oriented development life cycle is which of the following?

  4. A.

     Analysis, design, and implementation steps in the given order and using multiple iterations.

    B.

     Analysis, design, and implementation steps in the given order and going through the steps no more than one time.

    C.

     Analysis, design, and implementation steps in any order and using multiple iterations.

    D.

     Analysis, design, and implementation steps in any order and going through the steps no more than one time.


  5. Multiplicity is the same as what concept for an ERD?

  6. A.

     Relationship

    B.

     Attribute

    C.

     Entity

    D.

     Cardinality


  7. Composition is a stronger form of which of the following?

  8. A.

     Aggregation

    B.

     Encapsulation

    C.

     Inheritance

    D.

     All of the above


  9. An abstract class is which of the following?

  10. A.

     A class that has direct instances, but whose descendants may have direct instances.

    B.

     A class that has no direct instances, but whose descendants may have direct instances.

    C.

     A class that has direct instances, but whose descendants may not have direct instances.

    D.

     A class that has no direct instances, but whose descendants may not have direct instances


  11. The term Complete for a UML has the same meaning as which of the following for an EER diagram?

  12. A.

     Overlapping rule

    B.

     Disjoint rule

    C.

     Total specialization rule

    D.

     Partial specialization rule


  13. A UML diagram includes which of the following?

  14. A.

     Class name

    B.

     List of attributes

    C.

     List of operations

    D.

     All of the above


  15. An object can have which of the following multiplicities?

  16. A.

     Zero

    B.

     One

    C.

     More than one

    D.

     All of the above


  17. Which of the following statement is true concerning objects and/or classes?

  18. A.

     An object is an instance of a class.

    B.

     A class is an instance of an object.

    C.

     An object includes encapsulates only data.

    D.

     A class includes encapsulates only data.


  19. Which of the following applies to a class rather than an object?

  20. A.

     Query

    B.

     Update

    C.

     Scope

    D.

     Constructor