Deck 18: E-R Diagrams and the UML Standard

ملء الشاشة (f)
exit full mode
سؤال
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.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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.
سؤال
UML is intended for modeling and designing object-oriented programs and applications.
سؤال
The classes of all entities to be stored in the database are labeled <>.
سؤال
In UML notation,the relationship line in a relationship with an ID-dependent weak entity is labeled as .
سؤال
Three levels of visibility for attributes in UML diagrams are: Private,Protected,and Public.
سؤال
Which of the following is true about UML?

A)UML is a methodology for developing OOP systems.
B)UML is a set of tools to support the development OOP systems.
C)UML is primarily focused on database development.
D)Both A and B are correct.
سؤال
In UML-style E-R diagrams,the second segment of an entity class contains ________.

A)the name of the entity
B)the cardinalities of the entity
C)relationships
D)entity attributes
سؤال
Attributes preceded by a + are public.
سؤال
UML-style E-R diagrams introduce object-oriented notation that is of limited practical value in traditional,relational database design.
سؤال
In UML-style E-R diagrams,the third segment of an entity class contains ________.

A)the name of the entity
B)the cardinalities of the entity
C)constraints and methods
D)entity attributes
سؤال
Which of the following would indicate a minimum cardinality of 1 and a maximum cardinality of many in UML notation?

A)1:N
B)1 ..N
C)1 ..*
D)1:*
سؤال
Which of the following is not a true statement about the current version of UML?

A)UML places a filled-in diamond on the parent of a weak entity.
B)UML provides a means to document exclusivity among subtypes.
C)UML uses the label to document an ID-dependent relationship.
D)UML shows the cardinality on the parent entity of a weak entity as simply "1."
سؤال
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.
سؤال
Attributes preceded by a + are protected.
سؤال
Attributes preceded by a # are private.
سؤال
In UML,cardinalities are represented by an x ..y format.
سؤال
Persistent means that data should continue to exist in the database even if the object that processes it is destroyed.
سؤال
In UML-style E-R diagrams,a weak entity is shown by placing a filled-in diamond on the parent of the weak entity.
سؤال
In UML notation,the relationship line in a relationship with a non-ID-dependent weak entity is labeled as .
سؤال
In UML notation,the relationship line in a relationship with an ID-dependent weak entity is labeled as ________.

A)
B)
C)
D)
سؤال
What is OOP persistence,and how is it indicated in UML-style E-R diagrams?
سؤال
What new contributions to data modeling do UML-style E-R diagrams introduce?
سؤال
In UML notation,the relationship line in a relationship between two strong entities is labeled as ________.

A)
B)
C)
D)There is no label used.
سؤال
In UML,an attribute that is accessible only by methods of its entity class is said to be ________.

A)private
B)exclusive
C)protected
D)public
سؤال
How are entity classes drawn in UML-style E-R diagrams?
سؤال
In UML,an attribute that is accessible only by methods of its entity class or of its subclasses is said to be ________.

A)private
B)exclusive
C)protected
D)public
سؤال
In the UML-style entity class ORDERS shown above,"SumOfOrders" is ________.

A)an entity attribute
B)a method
C)a constraint
D)a class attribute
سؤال
In UML-style E-R diagrams,which of the following would be considered a class attribute of the entity class CUSTOMER?

A)Customer Name (meaning,the first and last name of the customer)
B)Customer Address (meaning,the street,city,state,and zip code of the customer's residence)
C)Customer Count (meaning,the count of the number of customers)
D)Customer Number (meaning,an assigned number to uniquely identify a customer)
سؤال
In UML,an attribute preceded by a(n)________ is "protected."

A)
B)#
C)-
D)+
سؤال
What cardinality format is used in UML-style E-R diagrams?
سؤال
Which of the following is not a characteristic that was introduced to E-R diagramming by UML?

A)Class attributes
B)Relationship attributes
C)Visibility of attributes
D)Methods
سؤال
What format is used for weak entities in UML-style E-R diagrams?
سؤال
In UML notation,the relationship line in a relationship with an non-ID-dependent weak entity is labeled as ________.

A)
B)
C)
D)There is no label used.
سؤال
In UML,an attribute that is accessible and can be changed by any method of any object is said to be ________.

A)private
B)exclusive
C)protected
D)public
سؤال
In the UML-style entity class ORDERS shown above,"GetOrderNo( )" is a ________.

A)private method
B)protected method
C)public constraint
D)public method
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/36
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 18: E-R Diagrams and the UML Standard
1
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.
True
2
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.
False
3
UML is intended for modeling and designing object-oriented programs and applications.
True
4
The classes of all entities to be stored in the database are labeled <>.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
5
In UML notation,the relationship line in a relationship with an ID-dependent weak entity is labeled as .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
6
Three levels of visibility for attributes in UML diagrams are: Private,Protected,and Public.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following is true about UML?

A)UML is a methodology for developing OOP systems.
B)UML is a set of tools to support the development OOP systems.
C)UML is primarily focused on database development.
D)Both A and B are correct.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
8
In UML-style E-R diagrams,the second segment of an entity class contains ________.

A)the name of the entity
B)the cardinalities of the entity
C)relationships
D)entity attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
9
Attributes preceded by a + are public.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
10
UML-style E-R diagrams introduce object-oriented notation that is of limited practical value in traditional,relational database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
11
In UML-style E-R diagrams,the third segment of an entity class contains ________.

A)the name of the entity
B)the cardinalities of the entity
C)constraints and methods
D)entity attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which of the following would indicate a minimum cardinality of 1 and a maximum cardinality of many in UML notation?

A)1:N
B)1 ..N
C)1 ..*
D)1:*
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
13
Which of the following is not a true statement about the current version of UML?

A)UML places a filled-in diamond on the parent of a weak entity.
B)UML provides a means to document exclusivity among subtypes.
C)UML uses the label to document an ID-dependent relationship.
D)UML shows the cardinality on the parent entity of a weak entity as simply "1."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
14
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
15
Attributes preceded by a + are protected.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
16
Attributes preceded by a # are private.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
17
In UML,cardinalities are represented by an x ..y format.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
18
Persistent means that data should continue to exist in the database even if the object that processes it is destroyed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
19
In UML-style E-R diagrams,a weak entity is shown by placing a filled-in diamond on the parent of the weak entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
20
In UML notation,the relationship line in a relationship with a non-ID-dependent weak entity is labeled as .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
21
In UML notation,the relationship line in a relationship with an ID-dependent weak entity is labeled as ________.

A)
B)
C)
D)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
22
What is OOP persistence,and how is it indicated in UML-style E-R diagrams?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
23
What new contributions to data modeling do UML-style E-R diagrams introduce?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
24
In UML notation,the relationship line in a relationship between two strong entities is labeled as ________.

A)
B)
C)
D)There is no label used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
25
In UML,an attribute that is accessible only by methods of its entity class is said to be ________.

A)private
B)exclusive
C)protected
D)public
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
26
How are entity classes drawn in UML-style E-R diagrams?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
27
In UML,an attribute that is accessible only by methods of its entity class or of its subclasses is said to be ________.

A)private
B)exclusive
C)protected
D)public
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
28
In the UML-style entity class ORDERS shown above,"SumOfOrders" is ________.

A)an entity attribute
B)a method
C)a constraint
D)a class attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
29
In UML-style E-R diagrams,which of the following would be considered a class attribute of the entity class CUSTOMER?

A)Customer Name (meaning,the first and last name of the customer)
B)Customer Address (meaning,the street,city,state,and zip code of the customer's residence)
C)Customer Count (meaning,the count of the number of customers)
D)Customer Number (meaning,an assigned number to uniquely identify a customer)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
30
In UML,an attribute preceded by a(n)________ is "protected."

A)
B)#
C)-
D)+
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
31
What cardinality format is used in UML-style E-R diagrams?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following is not a characteristic that was introduced to E-R diagramming by UML?

A)Class attributes
B)Relationship attributes
C)Visibility of attributes
D)Methods
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
33
What format is used for weak entities in UML-style E-R diagrams?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
34
In UML notation,the relationship line in a relationship with an non-ID-dependent weak entity is labeled as ________.

A)
B)
C)
D)There is no label used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
35
In UML,an attribute that is accessible and can be changed by any method of any object is said to be ________.

A)private
B)exclusive
C)protected
D)public
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
36
In the UML-style entity class ORDERS shown above,"GetOrderNo( )" is a ________.

A)private method
B)protected method
C)public constraint
D)public method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 36 في هذه المجموعة.