Before specifying a key for a class, you must specify its extent. False True TRUE ANSWER : ? YOUR ANSWER : ?
Specifying a key ensures that no two objects belonging to a class have the same value for the key attribute(s). True False TRUE ANSWER : ? YOUR ANSWER : ?
If you know all the possible values that an attribute can have, you can enumerate those values in ODL. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an ordered collection of elements of the same type? Dictionary Bag Set List TRUE ANSWER : ? YOUR ANSWER : ?
You may specify an object identifier with only one unique tag name. True False TRUE ANSWER : ? YOUR ANSWER : ?
The reserved word enum is used for which of the following? To define a range for an attribute. To define a range for a class. All of these To define a range for a relationship. TRUE ANSWER : ? YOUR ANSWER : ?
An attribute's value is either a literal or an object identifier. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an unordered collection of elements that may contain duplicates? Bag Dictionary List Set TRUE ANSWER : ? YOUR ANSWER : ?
The Object Model supports different literal types, but does not support atomic literals, collection literals, and structured literals. True False TRUE ANSWER : ? YOUR ANSWER : ?