Deck 6: Database Design 2: Design Method

ملء الشاشة (f)
exit full mode
سؤال
The use of an "m" and an "n" in an E-R diagram indicates a many-to-many relationship.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
In an entity-relationship diagram,there is no way to visually determine the primary key.
سؤال
When you use an E-R diagram to represent a database,it visually illustrates all the information listed in the DBDL.
سؤال
The simplest way to implement a one-to-one relationship is to treat it as a one-to-many relationship.
سؤال
The second step in creating a user view is to normalize the tables.
سؤال
In a one-to-many relationship,the primary key of the "many" table becomes the foreign key of the "one" table.
سؤال
When you combine third normal form tables,the result will always be in third normal form.
سؤال
An entity that depends on another entity for its own existence is called a weak entity.
سؤال
The basic relationships among entities are: one-to-many,many-to-many,and one-to-one.
سؤال
The information-level design methodology involves representing the individual user view as a collection of tables,refining them to eliminate any problems,and then merging them into a cumulative design.
سؤال
The second step in creating a user view is to identify all keys in the tables.
سؤال
A secondary key is a column or collection of columns in one table that is required to match the value of the primary key for some row in another table,or be null.
سؤال
In DBDL,you represent a table by listing all columns and then underlining the primary key.
سؤال
You create a many-to-many relationship by creating a new table whose primary key is the combination of the primary keys of the original tables.
سؤال
When provided with a user view or some sort of stated requirement,you must develop a collection of tables that will support it.
سؤال
An entity that exists to implement a many-to-many relationship is called a multivalued entity.
سؤال
When creating user views,a "user" can be a report that the system must produce,or a type of transaction the system must support.
سؤال
A design that supports all user views is called a normalized design.
سؤال
Entity integrity is the property that states that a secondary key in one table is required to match the value of the primary key for some row in another table or is required to be null.
سؤال
Nulls are used when a value is either unknown or inapplicable.
سؤال
Convert the following table to first normal form: Branch (BranchNum,BranchName,(BookCode,Title,CopyNum,Quality,Price) )

A)Branch (BranchNum,BranchName) Book (BookCode,Title,CopyNum)
B)Branch (BranchNum,BranchName)
C)Book (BookCode,Title,Copynum)
D)Branch (BranchNum,BranchName,BookCode,Title,CopyNum,Quality,Price)
سؤال
After the information-level design is completed,the ____ is the next step.

A)physical-level design
B)modality-level design
C)DBMS-level design
D)table-level design
سؤال
The properties of the entities you choose as you design the user view will become the ____ in the appropriate tables.

A)rows
B)columns
C)records
D)tuples
سؤال
Independent entities have ____ in an E-R diagram.

A)dashed borders
B)dark backgrounds
C)square corners
D)rounded corners
سؤال
The crucial issue in making the determination between a single many-to-many-to-many relationship and two (or three) many-to-many relationships is the ____.

A)independence
B)data dependence
C)redundancy
D)cardinality
سؤال
The type of information collected on the survey form that describes reports that must be produced is ____.

A)attribute information
B)processing information
C)relationship information
D)entity information
سؤال
When implementing the physical-level design,you must ensure that it is possible to retrieve data rapidly on the basis of a value of any ____ keys.

A)primary
B)secondary
C)alternate
D)foreign
سؤال
A natural key is also called a(n) ____ key.

A)surrogate
B)intelligent
C)secondary
D)synthetic
سؤال
The following is an example of DBDL documentation for an Employee table ____.

A)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip)
B)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip)
C)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip,(WageRate,SocSecNum,DepartmentNum) )
D)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip,WageRate,SocSecNum,DepartmentNum) AK SocSecNum
SK LastName
FK DepartmentNum ® Department
سؤال
A column that you create for an entity to serve solely as the primary key and that is visible to users is called a(n) ____.

A)synthetic key
B)surrogate key
C)artificial key
D)natural key
سؤال
A relationship that is necessary for identification is called a(n) ____.

A)objectifying relationship
B)merging relationship
C)identifying relationship
D)referential relationship
سؤال
An entity that does not require a relationship to another entity for identification is called a(n) ____.

A)alternative entity
B)foreign entity
C)independent entity
D)single entity
سؤال
An alternative to the primary key of a table is listed with the ____ abbreviation in DBDL.

A)SK
B)FK
C)PK
D)AK
سؤال
If each employee works in a single department and each department has only one employee,the relationship between employees and departments is ____.

A)one-to-one
B)one-to-many
C)many-to-one
D)many-to-many
سؤال
A(n) ____ is a primary key that consists of a column that uniquely identifies an entity,such as a person's Social Security number.

A)surrogate key
B)synthetic key
C)artificial key
D)natural key
سؤال
When a DBMS creates a(n) ____ key,it is usually an automatic numbering data type,such as the Access AutoNumber data type.

A)surrogate
B)artificial
C)natural
D)logical
سؤال
A(n) ____ is a system-generated primary key that is usually hidden from users.

A)logical key
B)surrogate key
C)natural key
D)artificial key
سؤال
A set of requirements that is necessary to support the operations of a particular database user is known as a(n) ____.

A)user view
B)user snapshot
C)user window
D)user system
سؤال
If you combine the two tables shown above,the result would be ____.

A)Employee (EmployeeNum,LastName,FirstName,WageRate,SocSecNum,DepartmentNum,(Street,City,Zip) )
B)Employee (EmployeeNum,LastName,FirstName,WageRate,SocSecNum,DepartmentNum,Street,City,State,Zip)
C)Employee (EmployeeNum,LastName,FirstName,Street,City State,Zip,WageRate,SocSecNum)
D)Employee (EmployeeNum,LastName,FirstName,WageRate,SocSecNum,DepartmentNum,EmployeeNum,LastName,FirstName,Street,City,State,Zip )
سؤال
When designing a database,you might find it helpful to design a(n) ____ to obtain the required information from users.

A)E-R diagram
B)IDEF1X diagram
C)report
D)survey form
سؤال
The style of E-R diagram used in the text is ____________________.
سؤال
For each table in a database,you must identify the primary key and any alternate keys,secondary keys,and ____________________ keys.
سؤال
____ means that an entity has a minimum cardinality of one.

A)The entity is required in the relationship
B)The entity is not required in the relationship
C)The entity should not be in the relationship as an attribute
D)The entity must be listed with all ones in the data fields
سؤال
Foreign keys allow you to create relationships among tables and enforce certain types of ____________________ constraints in a database.
سؤال
If you have alternate keys for a table,you should create a(n) ____________________ index for each alternate key.
سؤال
If a many-to-many-to-many relationship is created when it is not appropriate to do so,the conversion to ____ normal form will correct the problem.

A)first
B)second
C)third
D)fourth
سؤال
The ____________________ design method begins with a general database design that models the overall enterprise and repeatedly refines the model to achieve a design that supports all necessary applications.
سؤال
In the standard E-R diagrams,relationships are drawn as ____,with lines connecting the entities involved in relationships.

A)rectangles
B)diamonds
C)circles
D)squares
سؤال
A subtype is also called a(n) ____ in IDEF1X terminology.

A)dependent
B)inner type
C)specification
D)category
سؤال
During the ____________________-level design,designers must consider the characteristics of the particular DBMS that the organization will use.
سؤال
Columns in a table that are of interest strictly for the purpose of retrieval are known as ____________________.
سؤال
On an E-R diagram,the number closest to the relationship represents ____ cardinality.

A)maximum
B)minimum
C)midvalue
D)largest
سؤال
On an E-R diagram,____________________ entities have rounded corners.
سؤال
In IDEF1X,the ____ is the symbol for category.

A)square
B)rectangle
C)diamond
D)circle
سؤال
In the ____________________ design method,specific user requirements are synthesized into a design.
سؤال
In IEDF1X,complete categories are represented by ____ horizontal line(s) below the category symbol.

A)one
B)two
C)three
D)four
سؤال
On an E-R diagram,the number closest to the rectangle represents ____ cardinality.

A)maximum
B)minimum
C)midvalue
D)smallest
سؤال
____ means that an entity has a minimum cardinality of zero.

A)The entity has a mandatory role in the relationship
B)The entity is not required in the relationship
C)The entity should not be in the relationship as an attribute
D)The entity must be listed with all zeroes in the data fields
سؤال
A relationship that is not necessary for identification is called a(n) ____________________ relationship.
سؤال
An entity that exists to implement a many-to-many relationship is called a(n) ____.

A)composite entity
B)complex entity
C)complicated entity
D)circular entity
سؤال
One way to indicate a one-to-many relationship is to place a crow's foot at the ____________________ end of the relationship.
سؤال
There are three different types of primary keys: natural keys,artificial keys,and surrogate keys. Describe each of these types.
سؤال
____________________ refers to the number of items that must be included in a relationship.
سؤال
To obtain information about ____________________ you might ask users questions such as: "If you know a particular employee number,can you establish other information,such as employee name?"
سؤال
A(n) ____________________ is essentially both an entity and a relationship and is represented in an E-R diagram by a diamond within a rectangle.
سؤال
Explain the difference between a minimum cardinality of zero and a minimum cardinality of one.
سؤال
A weak entity corresponds to the term ____________________.
سؤال
When the existence of one entity depends on the existence of another related entity,there is a(n) ____________________.
سؤال
You can recognize entity subtypes by the fact the primary key is also a(n) ____________________.
سؤال
A(n) ____________________ is a special value that represents the absence of a value in a field.
سؤال
An entity-relationship (E-R) model is an approach to representing data in a(n) ____________________.
سؤال
An entity that depends on another entity for its own existence is called a(n) ____________________.
سؤال
List the steps that must be followed for each user view,as suggested by the information-level design methodology.
سؤال
What type of information should be included on a survey form in order for it to be considered valuable to the design process?
سؤال
The basic relationships are one-to-many,many-to-many,and one-to-one. How do you create each type of relationship in the information-level design?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Database Design 2: Design Method
1
The use of an "m" and an "n" in an E-R diagram indicates a many-to-many relationship.
True
2
In an entity-relationship diagram,there is no way to visually determine the primary key.
False
3
When you use an E-R diagram to represent a database,it visually illustrates all the information listed in the DBDL.
True
4
The simplest way to implement a one-to-one relationship is to treat it as a one-to-many relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
5
The second step in creating a user view is to normalize the tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
6
In a one-to-many relationship,the primary key of the "many" table becomes the foreign key of the "one" table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
7
When you combine third normal form tables,the result will always be in third normal form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
8
An entity that depends on another entity for its own existence is called a weak entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
9
The basic relationships among entities are: one-to-many,many-to-many,and one-to-one.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
10
The information-level design methodology involves representing the individual user view as a collection of tables,refining them to eliminate any problems,and then merging them into a cumulative design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
11
The second step in creating a user view is to identify all keys in the tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
12
A secondary key is a column or collection of columns in one table that is required to match the value of the primary key for some row in another table,or be null.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
13
In DBDL,you represent a table by listing all columns and then underlining the primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
14
You create a many-to-many relationship by creating a new table whose primary key is the combination of the primary keys of the original tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
15
When provided with a user view or some sort of stated requirement,you must develop a collection of tables that will support it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
16
An entity that exists to implement a many-to-many relationship is called a multivalued entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
17
When creating user views,a "user" can be a report that the system must produce,or a type of transaction the system must support.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
18
A design that supports all user views is called a normalized design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
19
Entity integrity is the property that states that a secondary key in one table is required to match the value of the primary key for some row in another table or is required to be null.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
20
Nulls are used when a value is either unknown or inapplicable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
21
Convert the following table to first normal form: Branch (BranchNum,BranchName,(BookCode,Title,CopyNum,Quality,Price) )

A)Branch (BranchNum,BranchName) Book (BookCode,Title,CopyNum)
B)Branch (BranchNum,BranchName)
C)Book (BookCode,Title,Copynum)
D)Branch (BranchNum,BranchName,BookCode,Title,CopyNum,Quality,Price)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
22
After the information-level design is completed,the ____ is the next step.

A)physical-level design
B)modality-level design
C)DBMS-level design
D)table-level design
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
23
The properties of the entities you choose as you design the user view will become the ____ in the appropriate tables.

A)rows
B)columns
C)records
D)tuples
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
24
Independent entities have ____ in an E-R diagram.

A)dashed borders
B)dark backgrounds
C)square corners
D)rounded corners
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
25
The crucial issue in making the determination between a single many-to-many-to-many relationship and two (or three) many-to-many relationships is the ____.

A)independence
B)data dependence
C)redundancy
D)cardinality
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
26
The type of information collected on the survey form that describes reports that must be produced is ____.

A)attribute information
B)processing information
C)relationship information
D)entity information
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
27
When implementing the physical-level design,you must ensure that it is possible to retrieve data rapidly on the basis of a value of any ____ keys.

A)primary
B)secondary
C)alternate
D)foreign
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
28
A natural key is also called a(n) ____ key.

A)surrogate
B)intelligent
C)secondary
D)synthetic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
29
The following is an example of DBDL documentation for an Employee table ____.

A)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip)
B)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip)
C)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip,(WageRate,SocSecNum,DepartmentNum) )
D)Employee (EmployeeNum,LastName,FirstName,Street,City,State,Zip,WageRate,SocSecNum,DepartmentNum) AK SocSecNum
SK LastName
FK DepartmentNum ® Department
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
30
A column that you create for an entity to serve solely as the primary key and that is visible to users is called a(n) ____.

A)synthetic key
B)surrogate key
C)artificial key
D)natural key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
31
A relationship that is necessary for identification is called a(n) ____.

A)objectifying relationship
B)merging relationship
C)identifying relationship
D)referential relationship
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
32
An entity that does not require a relationship to another entity for identification is called a(n) ____.

A)alternative entity
B)foreign entity
C)independent entity
D)single entity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
33
An alternative to the primary key of a table is listed with the ____ abbreviation in DBDL.

A)SK
B)FK
C)PK
D)AK
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
34
If each employee works in a single department and each department has only one employee,the relationship between employees and departments is ____.

A)one-to-one
B)one-to-many
C)many-to-one
D)many-to-many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
35
A(n) ____ is a primary key that consists of a column that uniquely identifies an entity,such as a person's Social Security number.

A)surrogate key
B)synthetic key
C)artificial key
D)natural key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
36
When a DBMS creates a(n) ____ key,it is usually an automatic numbering data type,such as the Access AutoNumber data type.

A)surrogate
B)artificial
C)natural
D)logical
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
37
A(n) ____ is a system-generated primary key that is usually hidden from users.

A)logical key
B)surrogate key
C)natural key
D)artificial key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
38
A set of requirements that is necessary to support the operations of a particular database user is known as a(n) ____.

A)user view
B)user snapshot
C)user window
D)user system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
39
If you combine the two tables shown above,the result would be ____.

A)Employee (EmployeeNum,LastName,FirstName,WageRate,SocSecNum,DepartmentNum,(Street,City,Zip) )
B)Employee (EmployeeNum,LastName,FirstName,WageRate,SocSecNum,DepartmentNum,Street,City,State,Zip)
C)Employee (EmployeeNum,LastName,FirstName,Street,City State,Zip,WageRate,SocSecNum)
D)Employee (EmployeeNum,LastName,FirstName,WageRate,SocSecNum,DepartmentNum,EmployeeNum,LastName,FirstName,Street,City,State,Zip )
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
40
When designing a database,you might find it helpful to design a(n) ____ to obtain the required information from users.

A)E-R diagram
B)IDEF1X diagram
C)report
D)survey form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
41
The style of E-R diagram used in the text is ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
42
For each table in a database,you must identify the primary key and any alternate keys,secondary keys,and ____________________ keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
43
____ means that an entity has a minimum cardinality of one.

A)The entity is required in the relationship
B)The entity is not required in the relationship
C)The entity should not be in the relationship as an attribute
D)The entity must be listed with all ones in the data fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
44
Foreign keys allow you to create relationships among tables and enforce certain types of ____________________ constraints in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
45
If you have alternate keys for a table,you should create a(n) ____________________ index for each alternate key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
46
If a many-to-many-to-many relationship is created when it is not appropriate to do so,the conversion to ____ normal form will correct the problem.

A)first
B)second
C)third
D)fourth
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
47
The ____________________ design method begins with a general database design that models the overall enterprise and repeatedly refines the model to achieve a design that supports all necessary applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
48
In the standard E-R diagrams,relationships are drawn as ____,with lines connecting the entities involved in relationships.

A)rectangles
B)diamonds
C)circles
D)squares
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
49
A subtype is also called a(n) ____ in IDEF1X terminology.

A)dependent
B)inner type
C)specification
D)category
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
50
During the ____________________-level design,designers must consider the characteristics of the particular DBMS that the organization will use.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
51
Columns in a table that are of interest strictly for the purpose of retrieval are known as ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
52
On an E-R diagram,the number closest to the relationship represents ____ cardinality.

A)maximum
B)minimum
C)midvalue
D)largest
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
53
On an E-R diagram,____________________ entities have rounded corners.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
54
In IDEF1X,the ____ is the symbol for category.

A)square
B)rectangle
C)diamond
D)circle
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
55
In the ____________________ design method,specific user requirements are synthesized into a design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
56
In IEDF1X,complete categories are represented by ____ horizontal line(s) below the category symbol.

A)one
B)two
C)three
D)four
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
57
On an E-R diagram,the number closest to the rectangle represents ____ cardinality.

A)maximum
B)minimum
C)midvalue
D)smallest
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
58
____ means that an entity has a minimum cardinality of zero.

A)The entity has a mandatory role in the relationship
B)The entity is not required in the relationship
C)The entity should not be in the relationship as an attribute
D)The entity must be listed with all zeroes in the data fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
59
A relationship that is not necessary for identification is called a(n) ____________________ relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
60
An entity that exists to implement a many-to-many relationship is called a(n) ____.

A)composite entity
B)complex entity
C)complicated entity
D)circular entity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
61
One way to indicate a one-to-many relationship is to place a crow's foot at the ____________________ end of the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
62
There are three different types of primary keys: natural keys,artificial keys,and surrogate keys. Describe each of these types.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
63
____________________ refers to the number of items that must be included in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
64
To obtain information about ____________________ you might ask users questions such as: "If you know a particular employee number,can you establish other information,such as employee name?"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
65
A(n) ____________________ is essentially both an entity and a relationship and is represented in an E-R diagram by a diamond within a rectangle.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
66
Explain the difference between a minimum cardinality of zero and a minimum cardinality of one.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
67
A weak entity corresponds to the term ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
68
When the existence of one entity depends on the existence of another related entity,there is a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
69
You can recognize entity subtypes by the fact the primary key is also a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
70
A(n) ____________________ is a special value that represents the absence of a value in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
71
An entity-relationship (E-R) model is an approach to representing data in a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
72
An entity that depends on another entity for its own existence is called a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
73
List the steps that must be followed for each user view,as suggested by the information-level design methodology.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
74
What type of information should be included on a survey form in order for it to be considered valuable to the design process?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
75
The basic relationships are one-to-many,many-to-many,and one-to-one. How do you create each type of relationship in the information-level design?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.