Sail E0 Webinar

MCQs

Total Questions : 46 | Page 4 of 5 pages
Question 31.  ODL supports which of the following types of association relationships?
  1.    Unary
  2.    Unary and Binary
  3.    Unary and Binary and Ternary
  4.    Unary and Binary and Ternary and higher
 Discuss Question
Answer: Option B. -> Unary and Binary
Question 32.  Identify the class name for the following code: ABC123 course();
  1.    ABC123
  2.    course
  3.    course()
  4.    All of the above.
 Discuss Question
Answer: Option A. -> ABC123
Question 33.  The keyword "inverse" is used in which of the following?
  1.    Class
  2.    Attribute
  3.    Relationship
  4.    All of the above.
 Discuss Question
Answer: Option C. -> Relationship
Question 34.  An extent is which of the following?
  1.    A keyword that indicates that the subclass inherits from a superclass
  2.    A keyword that indicates that the superclass inherits from a subclass
  3.    The set of all instances of a class within a database
  4.    Only one instance of a class within a database
 Discuss Question
Answer: Option C. -> The set of all instances of a class within a database
Question 35.  Using ODL, you can define which of the following?
  1.    Attribute
  2.    Structure
  3.    Operation
  4.    All of the above.
 Discuss Question
Answer: Option D. -> All of the above.
Question 36.  An atomic literal is which of the following?
  1.    Strings
  2.    Boolean
  3.    Long
  4.    All of the above.
 Discuss Question
Answer: Option D. -> All of the above.
Question 37.  The object definition language (ODL) is which of the following?
  1.    Used to develop logical schemas
  2.    A data definition language for OODB
  3.    A method to implement a logical schema
  4.    All of the above.
 Discuss Question
Answer: Option D. -> All of the above.
Question 38. . Which of the following is an unordered collection of elements that may contain duplicates?
  1.    Set
  2.    Bag
  3.    List
  4.    Dictionary
 Discuss Question
Answer: Option B. -> Bag
Question 39.  Which of the following is true concerning an ODBMS?
  1.    They have the ability to store complex data types on the Web.
  2.    They are overtaking RDBMS for all applications.
  3.    They are most useful for traditional, two-dimensional database table applications.
  4.    All of the above.
 Discuss Question
Answer: Option A. -> They have the ability to store complex data types on the Web.
Question 40. . Which of the following is true concerning the following statement: class Manager extends Employee
  1.    Manager is a concrete class and a superclass.
  2.    Manager is a concrete class and a subclass.
  3.    Manager is an abstract class and a superclass.
  4.    Manager is an abstract class and a subclass.
 Discuss Question
Answer: Option B. -> Manager is a concrete class and a subclass.

Latest Videos

Latest Test Papers