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

CSE :: Database System 2 - CS

  1. ODL supports which of the following types of association relationships?

  2. A.

     Unary

    B.

     Unary and Binary

    C.

     Unary and Binary and Ternary

    D.

     Unary and Binary and Ternary and higher

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. An extent is which of the following?

  4. A.

     A keyword that indicates that the subclass inherits from a superclass

    B.

     A keyword that indicates that the superclass inherits from a subclass

    C.

     The set of all instances of a class within a database

    D.

     Only one instance of a class within a database

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Identify the class name for the following code: ABC123 course();

  6. A.

     ABC123

    B.

     course

    C.

     course()

    D.

     All of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Using ODL, you can define which of the following?

  8. A.

     Attribute

    B.

     Structure

    C.

     Operation

    D.

     All of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. The keyword "inverse" is used in which of the following?

  10. A.

     Class

    B.

     Attribute

    C.

     Relationship

    D.

     All of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. The object definition language (ODL) is which of the following?

  12. A.

     Used to develop logical schemas

    B.

     A data definition language for OODB

    C.

     A method to implement a logical schema

    D.

     All of the above.

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. An atomic literal is which of the following?

  14. A.

     Strings

    B.

     Boolean

    C.

     Long

    D.

     All of the above.

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which of the following is true concerning an ODBMS?

  16. A.

     They have the ability to store complex data types on the Web.

    B.

     They are overtaking RDBMS for all applications.

    C.

     They are most useful for traditional, two-dimensional database table applications.

    D.

     All of the above.

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. The reserved word enum is used for which of the following?

  18. A.

     To define a range for an attribute.

    B.

     To define a range for a class.

    C.

     To define a range for a relationship.

    D.

     All of the above.

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Which of the following is an unordered collection of elements that may contain duplicates?

  20. A.

     Set

    B.

     Bag

    C.

     List

    D.

     Dictionary

    View Answer

    Workspace

    Discuss Discuss in Forum