Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Processing
Quiz 19: E-R Diagrams and the UML Standard
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Which of the following is a true statement about the current version of UML?
Question 2
True/False
Attributes preceded by a + are public.
Question 3
True/False
In UML,cardinalities are represented by an x ..y format.
Question 4
True/False
Persistent means that data should continue to exist in the database even if the object that processes it is destroyed.
Question 5
Multiple Choice
In UML-style E-R diagrams,the second segment of an entity class contains ________.
Question 6
True/False
UML is intended for modeling and designing object-oriented programs and applications.
Question 7
Multiple Choice
Which of the following would indicate a minimum cardinality of 1 and a maximum cardinality of many in UML notation?
Question 8
Multiple Choice
In UML-style E-R diagrams,the third segment of an entity class contains ________.
Question 9
True/False
One weakness of UML-style E-R diagrams is that there is no means of distinguishing between a weak entity that is ID-dependent and a weak entity that is not ID-dependent.
Question 10
True/False
UML-style E-R diagrams introduce object-oriented notation that is of limited practical value in traditional,relational database design.
Question 11
True/False
In UML-style E-R diagrams,a weak entity is shown by placing a filled-in diamond on the parent of the weak entity.
Question 12
True/False
Attributes preceded by a # are private.
Question 13
True/False
UML-style E-R diagrams allow for three different levels of visibility of attributes.
Question 14
True/False
The classes of all entities to be stored in the database are labeled <
>.
Question 15
True/False
In UML notation,the relationship line in a relationship with an ID-dependent weak entity is labeled as <id-dependent>.
Question 16
True/False
Maximum cardinalities are represented in UML-style E-R diagrams with the same notation (1:1,1:N,N:M)as in traditional E-R diagrams.
Question 17
True/False
Attributes preceded by a + are protected.
Question 18
True/False
In UML notation,the relationship line in a relationship with a non-ID-dependent weak entity is labeled as <nonidentifying>.
Question 19
True/False
UML-style E-R diagrams allow for the existence of class attributes which are attributes that pertain to the collection of all entities within that class,not to the individual entity instances themselves.