Deck 5: Data Modeling With the Entity-Relationship Model

ملء الشاشة (f)
exit full mode
سؤال
The method of constructing data models used in the text is the extended entity-relationship (E-R)model.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
An entity is something that users want to track.
سؤال
A data model is a plan for a database design.
سؤال
An identifier serves the same role for a table that a key does for an entity.
سؤال
An entity instance of an entity class is the representation of a particular entity and is described by the values of the attributes of the entity.
سؤال
A composite identifier is defined as a composite attribute that is an identifier.
سؤال
In E-R modeling,an attribute describes the characteristics of an entity.
سؤال
An identifier of an entity instance must consist of one and only one attribute.
سؤال
An identifier of an entity instance is one or more attributes that name or identify entity instances.
سؤال
An entity class is described by the structure of the entities in that class.
سؤال
Relationships of degree two are referred to as binary relationships.
سؤال
The degree of a relationship is the number of entity classes in the relationship.
سؤال
E-R modeling recognizes both relationship classes and relationship instances.
سؤال
A binary relationship is a relationship between two or more entities.
سؤال
An entity instance is the occurrence of a particular entity.
سؤال
In E-R modeling,entities within an entity class may have different attributes.
سؤال
Entities can be associated with one another in relationships.
سؤال
Entities of a given type are grouped into entity classes.
سؤال
In today's E-R models,attributes of relationships are still used.
سؤال
A compound identifier is an identifier consisting of two or more attributes.
سؤال
The notation 1:N shows the relationship's maximum cardinality.
سؤال
The degree of a relationship is expressed as the relationship's maximum cardinality.
سؤال
In an E-R model,the three types of minimum cardinality are mandatory,optional and indeterminate.
سؤال
E-R models use an identifying relationship to connect entities that are ID-dependent.
سؤال
The principle difference between an entity and a table is that you can express a relationship between entities without using foreign keys.
سؤال
An ID-dependent entity is an entity whose identifier includes the identifier of another entity.
سؤال
ID-dependent entities are associated by a nonidentifying relationship.
سؤال
When designing a database,first identify the entities,then determine the attributes,and finally create the relationships.
سؤال
A relationship's minimum cardinality indicates whether or not an entity must participate in the relationship.
سؤال
A relationship's minimum cardinality indicates the number of entity instances that must participate in the relationship.
سؤال
Relationships are classified by their cardinality.
سؤال
In a 1:N relationship,the parent entity is on the one side of the relationship,and the child entity is on the many side of the relationship.
سؤال
In an E-R model,the three types of maximum cardinality are 1:1,1:N and N:M.
سؤال
A weak entity is an entity that cannot exist in the database without (and is logically dependent upon)another type of entity also existing in the database.
سؤال
When transforming a data model into a relational design,relationships of all degrees are treated as combinations of binary relationships.
سؤال
A single relationship class involves only one entity class.
سؤال
A relationship's maximum cardinality indicates the maximum number of entities that can participate in the relationship.
سؤال
A binary relationship is a relationship based on numerical entity instance identifiers.
سؤال
In a 1:N relationship,the term parent refers to the N side of the relationship.
سؤال
An entity that represents something that can exist on its own is called a strong entity.
سؤال
Subtype entities contain only attributes unique to the subtypes.
سؤال
Relationships among instances of a single entity class are called redundant relationships.
سؤال
Entities with an IS-A relationship should have the same identifier.
سؤال
An exclusive subtype pattern has one supertype entity that relates to one or more subtype entities.
سؤال
An attribute that determines which subtype is appropriate is called a discriminator.
سؤال
One example of a database design using an ID-dependent relationship is the association pattern.
سؤال
All weak entities must have a minimum cardinality of 1 on the entity on which it depends.
سؤال
Data modelers agree that weak,non-ID-dependent entities exist and are important.
سؤال
There are three types of recursive relationships: 1:1,1:N and N:M.
سؤال
Recursive relationships only exist for one-to-one relationships.
سؤال
Subtypes can be exclusive or inclusive.
سؤال
Entities containing optional sets of attributes are often represented using subtypes.
سؤال
One example of a database design using a strong relationship is the multivalued attribute pattern.
سؤال
The supremetype entity contains the attributes that are common to all subtypes.
سؤال
Relationships between supertypes and subtypes are called IS-A relationships.
سؤال
Which of the following is not a key element of an E-R model?

A)Identifiers
B)Entities
C)Objects
D)Attributes
E)Relationships
سؤال
An attribute that determines which subtype is appropriate is called a discriminator.
سؤال
One example of a database design using an ID-dependent relationship is the archetype/instance pattern.
سؤال
ID-dependent entities are a common type of weak entity.
سؤال
Entities of a given type are grouped into an ________.

A)entity class
B)entity relationship
C)entity instance
D)entity attribute
E)None of the above.
سؤال
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be by one or more customers,which of the following should be indicated in the relationship symbol between the two entities?</strong> A)0:1 B)1:1 C)1:N D)N:1 E)N:M <div style=padding-top: 35px>
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be by one or more customers,which of the following should be indicated in the relationship symbol between the two entities?

A)0:1
B)1:1
C)1:N
D)N:1
E)N:M
سؤال
An identifier may be ________.

A)composite
B)a single attribute
C)a relationship
D)A and B
E)A,B and C
سؤال
A composite attribute is an attribute that ________.

A)is multivalued
B)describes a characteristic of the relationship
C)consists of a group of attributes
D)is calculated at run-time
E)is an identifier
سؤال
An entity whose identifier includes the identifier of another entity is a(n)________.

A)strong entity
B)weak entity
C)ID-dependent entity
D)A and C
E)B and C
سؤال
An entity whose existence depends on the presence of another entity,but whose identifier does not include the identifier of the other entity is a(n)________.

A)strong entity
B)weak entity
C)ID-dependent entity
D)A and C
E)B and C
سؤال
For a relationship to be considered a binary relationship it must satisfy which of the following conditions?

A)It must involve exactly two entity classes.
B)It must have a maximum cardinality of 1:1.
C)It must have a maximum cardinality of 1:N.
D)A and B
E)A and C
سؤال
Minimum cardinality refers to ________.

A)the most instances of one entity class that can be involved in a relationship with one instance of another entity class
B)the minimum number of entity classes involved in a relationship
C)whether or not an instance of one entity class is required to be related to an instance of another entity class
D)whether or not an entity is a weak entity
E)None of the above.
سؤال
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the ORDER entity indicate?</strong> A)A maximum cardinality of zero B)A maximum cardinality of one C)A minimum cardinality of optional D)A minimum cardinality of required E)None of the above. <div style=padding-top: 35px>
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the ORDER entity indicate?

A)A maximum cardinality of "zero"
B)A maximum cardinality of "one"
C)A minimum cardinality of "optional"
D)A minimum cardinality of "required"
E)None of the above.
سؤال
Common variants of the E-R model include:

A)IE Crow's Foot
B)IDEF1X
C)UML
D)A and B
E)A,B and C
سؤال
The characteristics of a thing are described by its ________.

A)identifiers
B)entities
C)objects
D)attributes
E)relationships
سؤال
In a minimum cardinality,minimums are generally stated as ________.

A)0
B)1
C)N
D)A or B
E)A,B or C
سؤال
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place only one order and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?</strong> A)0:1 B)1:1 C)1:N D)N:1 E)N:M <div style=padding-top: 35px>
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place only one order and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?

A)0:1
B)1:1
C)1:N
D)N:1
E)N:M
سؤال
The occurrence of a particular entity is called an ________.

A)entity class
B)entity relationship
C)entity instance
D)entity attribute
E)None of the above.
سؤال
Maximum cardinality refers to ________.

A)the most instances of one entity class that can be involved in a relationship instance with another entity class
B)the minimum number of entity classes involved in a relationship
C)whether or not an instance of one entity class is required to be related to an instance of another entity class
D)whether or not an entity is a weak entity
E)None of the above.
سؤال
Attributes may be ________.

A)composite
B)element
C)multivalued
D)A and C
E)B and C
سؤال
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?</strong> A)0:1 B)1:1 C)1:N D)N:1 E)N:M <div style=padding-top: 35px>
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?

A)0:1
B)1:1
C)1:N
D)N:1
E)N:M
سؤال
Which of the following is considered to be a weak entity?

A)ID-dependent entity
B)subtype entity
C)association entity
D)B and C
E)A,B and C
سؤال
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the CUSTOMER entity indicate?</strong> A)A maximum cardinality of zero B)A maximum cardinality of one C)A minimum cardinality of optional D)A minimum cardinality of required E)None of the above. <div style=padding-top: 35px>
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the CUSTOMER entity indicate?

A)A maximum cardinality of "zero"
B)A maximum cardinality of "one"
C)A minimum cardinality of "optional"
D)A minimum cardinality of "required"
E)None of the above.
سؤال
A circle across the relationship line near an entity indicates ________.

A)a maximum cardinality of "zero"
B)a maximum cardinality of "one"
C)a minimum cardinality of "optional"
D)a minimum cardinality of "required"
E)None of the above.
سؤال
A hash mark across the relationship line near an entity indicates ________.

A)a maximum cardinality of "zero"
B)a maximum cardinality of "one"
C)a minimum cardinality of "optional"
D)a minimum cardinality of "required"
E)None of the above.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Data Modeling With the Entity-Relationship Model
1
The method of constructing data models used in the text is the extended entity-relationship (E-R)model.
True
2
An entity is something that users want to track.
True
3
A data model is a plan for a database design.
True
4
An identifier serves the same role for a table that a key does for an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
An entity instance of an entity class is the representation of a particular entity and is described by the values of the attributes of the entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
A composite identifier is defined as a composite attribute that is an identifier.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
In E-R modeling,an attribute describes the characteristics of an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
An identifier of an entity instance must consist of one and only one attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
An identifier of an entity instance is one or more attributes that name or identify entity instances.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
An entity class is described by the structure of the entities in that class.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
Relationships of degree two are referred to as binary relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
The degree of a relationship is the number of entity classes in the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
E-R modeling recognizes both relationship classes and relationship instances.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
A binary relationship is a relationship between two or more entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
An entity instance is the occurrence of a particular entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
In E-R modeling,entities within an entity class may have different attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
Entities can be associated with one another in relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
Entities of a given type are grouped into entity classes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
In today's E-R models,attributes of relationships are still used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
A compound identifier is an identifier consisting of two or more attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
The notation 1:N shows the relationship's maximum cardinality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
The degree of a relationship is expressed as the relationship's maximum cardinality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
In an E-R model,the three types of minimum cardinality are mandatory,optional and indeterminate.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
E-R models use an identifying relationship to connect entities that are ID-dependent.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
The principle difference between an entity and a table is that you can express a relationship between entities without using foreign keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
An ID-dependent entity is an entity whose identifier includes the identifier of another entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
ID-dependent entities are associated by a nonidentifying relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
When designing a database,first identify the entities,then determine the attributes,and finally create the relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
A relationship's minimum cardinality indicates whether or not an entity must participate in the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
A relationship's minimum cardinality indicates the number of entity instances that must participate in the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
Relationships are classified by their cardinality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
In a 1:N relationship,the parent entity is on the one side of the relationship,and the child entity is on the many side of the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
In an E-R model,the three types of maximum cardinality are 1:1,1:N and N:M.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
A weak entity is an entity that cannot exist in the database without (and is logically dependent upon)another type of entity also existing in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
When transforming a data model into a relational design,relationships of all degrees are treated as combinations of binary relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
A single relationship class involves only one entity class.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
A relationship's maximum cardinality indicates the maximum number of entities that can participate in the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
A binary relationship is a relationship based on numerical entity instance identifiers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
In a 1:N relationship,the term parent refers to the N side of the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
An entity that represents something that can exist on its own is called a strong entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
Subtype entities contain only attributes unique to the subtypes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
Relationships among instances of a single entity class are called redundant relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
Entities with an IS-A relationship should have the same identifier.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
An exclusive subtype pattern has one supertype entity that relates to one or more subtype entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
An attribute that determines which subtype is appropriate is called a discriminator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
One example of a database design using an ID-dependent relationship is the association pattern.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
All weak entities must have a minimum cardinality of 1 on the entity on which it depends.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
Data modelers agree that weak,non-ID-dependent entities exist and are important.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
There are three types of recursive relationships: 1:1,1:N and N:M.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
Recursive relationships only exist for one-to-one relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
Subtypes can be exclusive or inclusive.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
Entities containing optional sets of attributes are often represented using subtypes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
One example of a database design using a strong relationship is the multivalued attribute pattern.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
The supremetype entity contains the attributes that are common to all subtypes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
Relationships between supertypes and subtypes are called IS-A relationships.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
Which of the following is not a key element of an E-R model?

A)Identifiers
B)Entities
C)Objects
D)Attributes
E)Relationships
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
An attribute that determines which subtype is appropriate is called a discriminator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
One example of a database design using an ID-dependent relationship is the archetype/instance pattern.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
ID-dependent entities are a common type of weak entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
Entities of a given type are grouped into an ________.

A)entity class
B)entity relationship
C)entity instance
D)entity attribute
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be by one or more customers,which of the following should be indicated in the relationship symbol between the two entities?</strong> A)0:1 B)1:1 C)1:N D)N:1 E)N:M
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be by one or more customers,which of the following should be indicated in the relationship symbol between the two entities?

A)0:1
B)1:1
C)1:N
D)N:1
E)N:M
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
An identifier may be ________.

A)composite
B)a single attribute
C)a relationship
D)A and B
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
A composite attribute is an attribute that ________.

A)is multivalued
B)describes a characteristic of the relationship
C)consists of a group of attributes
D)is calculated at run-time
E)is an identifier
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
An entity whose identifier includes the identifier of another entity is a(n)________.

A)strong entity
B)weak entity
C)ID-dependent entity
D)A and C
E)B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
An entity whose existence depends on the presence of another entity,but whose identifier does not include the identifier of the other entity is a(n)________.

A)strong entity
B)weak entity
C)ID-dependent entity
D)A and C
E)B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
For a relationship to be considered a binary relationship it must satisfy which of the following conditions?

A)It must involve exactly two entity classes.
B)It must have a maximum cardinality of 1:1.
C)It must have a maximum cardinality of 1:N.
D)A and B
E)A and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
Minimum cardinality refers to ________.

A)the most instances of one entity class that can be involved in a relationship with one instance of another entity class
B)the minimum number of entity classes involved in a relationship
C)whether or not an instance of one entity class is required to be related to an instance of another entity class
D)whether or not an entity is a weak entity
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the ORDER entity indicate?</strong> A)A maximum cardinality of zero B)A maximum cardinality of one C)A minimum cardinality of optional D)A minimum cardinality of required E)None of the above.
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the ORDER entity indicate?

A)A maximum cardinality of "zero"
B)A maximum cardinality of "one"
C)A minimum cardinality of "optional"
D)A minimum cardinality of "required"
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
Common variants of the E-R model include:

A)IE Crow's Foot
B)IDEF1X
C)UML
D)A and B
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
The characteristics of a thing are described by its ________.

A)identifiers
B)entities
C)objects
D)attributes
E)relationships
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
In a minimum cardinality,minimums are generally stated as ________.

A)0
B)1
C)N
D)A or B
E)A,B or C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place only one order and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?</strong> A)0:1 B)1:1 C)1:N D)N:1 E)N:M
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place only one order and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?

A)0:1
B)1:1
C)1:N
D)N:1
E)N:M
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
The occurrence of a particular entity is called an ________.

A)entity class
B)entity relationship
C)entity instance
D)entity attribute
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
Maximum cardinality refers to ________.

A)the most instances of one entity class that can be involved in a relationship instance with another entity class
B)the minimum number of entity classes involved in a relationship
C)whether or not an instance of one entity class is required to be related to an instance of another entity class
D)whether or not an entity is a weak entity
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
Attributes may be ________.

A)composite
B)element
C)multivalued
D)A and C
E)B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?</strong> A)0:1 B)1:1 C)1:N D)N:1 E)N:M
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above,and are asked to draw the relationship between them.If a given customer can place many orders and a given order can be placed by at most one customer,which of the following should be indicated in the relationship symbol between the two entities?

A)0:1
B)1:1
C)1:N
D)N:1
E)N:M
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
Which of the following is considered to be a weak entity?

A)ID-dependent entity
B)subtype entity
C)association entity
D)B and C
E)A,B and C
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
<strong>  You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the CUSTOMER entity indicate?</strong> A)A maximum cardinality of zero B)A maximum cardinality of one C)A minimum cardinality of optional D)A minimum cardinality of required E)None of the above.
You are given an E-R diagram with two entities,ORDER and CUSTOMER,as shown above.What does the symbol next to the CUSTOMER entity indicate?

A)A maximum cardinality of "zero"
B)A maximum cardinality of "one"
C)A minimum cardinality of "optional"
D)A minimum cardinality of "required"
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
A circle across the relationship line near an entity indicates ________.

A)a maximum cardinality of "zero"
B)a maximum cardinality of "one"
C)a minimum cardinality of "optional"
D)a minimum cardinality of "required"
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
A hash mark across the relationship line near an entity indicates ________.

A)a maximum cardinality of "zero"
B)a maximum cardinality of "one"
C)a minimum cardinality of "optional"
D)a minimum cardinality of "required"
E)None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.