Deck 9: Designing Databases

ملء الشاشة (f)
exit full mode
سؤال
Normalization helps build a data model that is simple, not redundant, and requires minimum maintenance.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The selection of data-storage technologies is made during the systems implementation and operation phase.
سؤال
During logic modeling, the normalized data requirements from all user interfaces are combined into one consolidated logical database model.
سؤال
Each column in a relation corresponds to an entity type.
سؤال
The selection of the appropriate data types of attributes from the logical database model is made during physical database design.
سؤال
Each row of a relation corresponds to a record that contains data values for an entity.
سؤال
In general, data structure refers to grouping attributes from the logical database model into physical records.
سؤال
Conceptual modeling is performed during systems design.
سؤال
During physical database design, relations from logical database design are translated into computer file specifications.
سؤال
Object-oriented database models are the most frequently used database technologies for new information systems development.
سؤال
The network database model is a popular database technology for new information systems.
سؤال
One of the purposes of logical and physical database design is to choose data-storage technologies that will efficiently, accurately, and securely process database activities.
سؤال
One property of a relation is that entries in columns are from the same set of values.
سؤال
A file organization is an arrangement of related records in secondary memory so that individual and groups of records can be stored, retrieved, and updated rapidly.
سؤال
Referencing a relation, the sequence of columns cannot be interchanged without changing the meaning or use of the relation.
سؤال
The primary deliverable from logical database design is a conceptual model.
سؤال
A relation corresponds to a computer file.
سؤال
Generally speaking, logical and physical database design is performed in parallel with other systems design steps.
سؤال
When using the normalized relation notation, the primary key attribute is indicated by a dashed underline.
سؤال
The network model is the most common style for a logical database model.
سؤال
A relation is said to be in second normal form if the primary key consists of only one attribute.
سؤال
A binary 1 to many relationship in an ER Diagram is represented by adding the primary key of the entity on the one side of the relationship as a foreign key to the entity on the many side.
سؤال
An attribute can be functionally dependent on more than one attribute.
سؤال
A well-structured relation contains data about two or more entities.
سؤال
When two relations, A and B, have a many-to-many relationship, we create a separate relation, C, to represent this.
سؤال
A key can be redundant.
سؤال
For a binary one-to-one relationship between two entities, A and B, the primary key of A becomes a foreign key in B and the primary key in B becomes a foreign key in A.
سؤال
A relation is in second normal form if every nonprimary key attribute is functionally dependent on the whole primary key.
سؤال
If for every valid value of A the value of B is determined by the value of A, then B is functionally dependent on A.
سؤال
A relation is said to be in second normal form if the primary key consists of a combination key, and the nonkey attributes are partially dependent on the primary key.
سؤال
The value of a key attribute in a relation must uniquely identify every row in the relation.
سؤال
A relation is said to be in second normal form when there are no transitive dependencies.
سؤال
Each entity type in an ER Diagram becomes an attribute.
سؤال
The creation of a separate relation is sometimes required to represent a relationship.
سؤال
The result of normalization is that every nonprimary key attribute depends upon the whole primary key and nothing but the primary key.
سؤال
Normalization is based on an analysis of weak entities.
سؤال
A business rule is an integrity constraint specifying that the value of an attribute in one relation depends on the value of the same attribute in another relation.
سؤال
Transitive attributes are attributes that determine other attributes.
سؤال
Referential integrity specifies that the value of an attribute of one relation depends on the existence of the same attribute in another relation.
سؤال
A corporal key is one assigned by the system.
سؤال
Two different names used for the same attribute is called a synonym.
سؤال
Two different names used for the same attribute is called a homonym.
سؤال
The hashed file organization determines the address for each row by using an algorithm.
سؤال
A primary key is converted in a hashed file organization.
سؤال
Generally speaking, a physical table always corresponds to a relation.
سؤال
Sequential files are practical for random row retrievals.
سؤال
View integration is the last step of logical database design.
سؤال
Indexes should be used generously for databases intended primarily to support data retrievals.
سؤال
Multiple key retrieval is possible with sequential file organization.
سؤال
Indexes should be used generously for databases that support transaction processing and other applications with heavy updating requirements.
سؤال
Denormalization reduces the chance of errors introduced by normalizing relations.
سؤال
When using the sequential file organization, the addition of rows requires rewriting the file.
سؤال
Denormalization is the process of splitting or combining normalized relations into physical tables based on EFFICIENCY of use of rows and fields.
سؤال
A default value is a value a field will assume unless an explicit value is entered for that field.
سؤال
Sequential retrieval on the primary key is impractical with the hashed file organization.
سؤال
A recursive foreign key is a foreign key in a relation that references the primary key value of the same relation.
سؤال
Efficient use of secondary storage and data processing speed are the two goals of physical table design.
سؤال
A data marker is a field of data that can be used to locate a related field or row of data.
سؤال
A null value is used to represent the zero digit in a relation.
سؤال
When modeling a many-to-many unary relationship, the primary key of the relation representing the relationship is always singular.
سؤال
File restoration can be achieved through backup copies of a file, audit trails, and row image files.
سؤال
Which of the following is NOT associated with logical and physical database design?

A) Structure the data in stable structures that are not likely to change over time and that have minimal redundancy.
B) The preparation of a final conceptual model and the implementation of the database.
C) Develop a logical database design from which we can do physical database design.
D) Develop a logical database design that reflects the actual data requirements that exist in the forms and reports of an information system.
E) Translate a relational database model into a technical file and database design.
سؤال
Which of the following is a purpose of logical model and physical database design?

A) Structure the data in unstable structures that are likely to change over time and that have extensive redundancy.
B) Develop a logical database to help identify a steering committee.
C) Develop a logical database design from which we can do physical database design.
D) Translate a relational database model into network database models.
E) Develop a marketing plan for both logical and physical database design.
سؤال
During logical database design, the work of all systems development team members is coordinated and shared through:

A) the project dictionary.
B) scheduled weekly meetings.
C) the project leader.
D) JAD sessions.
E) walkthroughs.
سؤال
Using the normalized relation notation, an attribute of a relation which is the primary key of another relation is indicated by:

A) an underline.
B) a circle.
C) a dashed underline.
D) italics.
E) a double-lined ellipse.
سؤال
During physical design, you typically don't consider:

A) the definitions of each attribute.
B) the descriptions of where and when data are entered, retrieved, deleted, and updated.
C) the expectations for response time and data integrity.
D) the descriptions of the file and database technologies to be used.
E) creating a new set of E-R models.
سؤال
Data security can be built into a file through encryption, passwords, or prohibiting users from directly manipulating a file.
سؤال
A named two-dimensional table of data is a(n):

A) network.
B) tree structure.
C) relation.
D) tuple.
E) object.
سؤال
Assume the structure of a relation is Employee (EmpID, Name, Dept, Salary). The number of attributes for this relation would:

A) be three.
B) be four.
C) be five.
D) be six.
E) vary depending upon the number of employees.
سؤال
Which of the following properties of a relation states that an entry at the intersection of each row and column is single-valued?

A) Entries in cells are simple.
B) Entries in columns are from the same set of values.
C) Each row is unique.
D) The sequence of rows is insignificant.
E) The sequence of columns can be interchanged.
سؤال
A data model that represents data in the form of tables or relations is called a(n):

A) hierarchical database model.
B) network database model.
C) relational database model.
D) hybrid database model.
E) object-oriented database model.
سؤال
Which of the following is NOT a key step in logical database design?

A) Combine normalized data requirements from all user interfaces into one consolidated logical database model.
B) Compare the consolidated logical database design with the translated E-R model and produce, through view integration, one final logical database design for the application.
C) Model how data flow through an information system, the relationships among the data flows, and how data come to be stored at specific locations.
D) Translate the conceptual E-R data model for the application into normalized data requirements.
E) Using normalization principles, develop a logical data model for each known user view for the application.
سؤال
Which of the following is NOT a True statement regarding a relation?

A) Each relation consists of a set of named columns and an arbitrary number of unnamed rows.
B) Each column in a relation corresponds to an attribute of that relation.
C) An entry at the intersection of each row and column has a single value.
D) The columns may not be interchanged or stored any sequence.
E) The rows may be interchanged or stored in any sequence.
سؤال
A relation that contains a minimum amount of redundancy and allows users to insert, modify, and delete the rows in a table without errors or inconsistencies is a(n):

A) independent relation.
B) simple relation.
C) unnormalized relation.
D) well-structured relation.
E) derived relation.
سؤال
The primary deliverable from logical database design is:

A) normalized relations.
B) design specifications.
C) an updated Baseline Project Plan.
D) a list of alternatives design strategies.
E) a production system.
سؤال
The most common style for a logical database model is the:

A) relational database model.
B) hierarchical database model.
C) network database model.
D) object-oriented database model.
E) hybrid database model.
سؤال
Designing the database for an Internet-based electronic commerce application differs significantly from the process followed when designing the database for other types of applications.
سؤال
The process of converting complex data structures into simple, stable data structures is referred to as:

A) normalization.
B) simplification.
C) structuring.
D) process modeling.
E) relational conversion.
سؤال
Key physical database design decisions typically do not include:

A) choosing the storage format for each attribute from the logical database model.
B) grouping attributes from the logical database model into physical records.
C) arranging related records in secondary memory so that individual and groups of records can be stored, retrieved, and updated rapidly.
D) selecting media and structures for storing data to make access more efficient.
E) conducting requirements structuring.
سؤال
Combining all normalized user views into one consolidated logical database model refers to:

A) normalization.
B) requirements structuring.
C) file integration.
D) view integration.
E) logic modeling.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/311
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Designing Databases
1
Normalization helps build a data model that is simple, not redundant, and requires minimum maintenance.
True
2
The selection of data-storage technologies is made during the systems implementation and operation phase.
False
3
During logic modeling, the normalized data requirements from all user interfaces are combined into one consolidated logical database model.
False
4
Each column in a relation corresponds to an entity type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
5
The selection of the appropriate data types of attributes from the logical database model is made during physical database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
6
Each row of a relation corresponds to a record that contains data values for an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
7
In general, data structure refers to grouping attributes from the logical database model into physical records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
8
Conceptual modeling is performed during systems design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
9
During physical database design, relations from logical database design are translated into computer file specifications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
10
Object-oriented database models are the most frequently used database technologies for new information systems development.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
11
The network database model is a popular database technology for new information systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
12
One of the purposes of logical and physical database design is to choose data-storage technologies that will efficiently, accurately, and securely process database activities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
13
One property of a relation is that entries in columns are from the same set of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
14
A file organization is an arrangement of related records in secondary memory so that individual and groups of records can be stored, retrieved, and updated rapidly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
15
Referencing a relation, the sequence of columns cannot be interchanged without changing the meaning or use of the relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
16
The primary deliverable from logical database design is a conceptual model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
17
A relation corresponds to a computer file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
18
Generally speaking, logical and physical database design is performed in parallel with other systems design steps.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
19
When using the normalized relation notation, the primary key attribute is indicated by a dashed underline.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
20
The network model is the most common style for a logical database model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
21
A relation is said to be in second normal form if the primary key consists of only one attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
22
A binary 1 to many relationship in an ER Diagram is represented by adding the primary key of the entity on the one side of the relationship as a foreign key to the entity on the many side.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
23
An attribute can be functionally dependent on more than one attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
24
A well-structured relation contains data about two or more entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
25
When two relations, A and B, have a many-to-many relationship, we create a separate relation, C, to represent this.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
26
A key can be redundant.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
27
For a binary one-to-one relationship between two entities, A and B, the primary key of A becomes a foreign key in B and the primary key in B becomes a foreign key in A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
28
A relation is in second normal form if every nonprimary key attribute is functionally dependent on the whole primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
29
If for every valid value of A the value of B is determined by the value of A, then B is functionally dependent on A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
30
A relation is said to be in second normal form if the primary key consists of a combination key, and the nonkey attributes are partially dependent on the primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
31
The value of a key attribute in a relation must uniquely identify every row in the relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
32
A relation is said to be in second normal form when there are no transitive dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
33
Each entity type in an ER Diagram becomes an attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
34
The creation of a separate relation is sometimes required to represent a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
35
The result of normalization is that every nonprimary key attribute depends upon the whole primary key and nothing but the primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
36
Normalization is based on an analysis of weak entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
37
A business rule is an integrity constraint specifying that the value of an attribute in one relation depends on the value of the same attribute in another relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
38
Transitive attributes are attributes that determine other attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
39
Referential integrity specifies that the value of an attribute of one relation depends on the existence of the same attribute in another relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
40
A corporal key is one assigned by the system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
41
Two different names used for the same attribute is called a synonym.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
42
Two different names used for the same attribute is called a homonym.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
43
The hashed file organization determines the address for each row by using an algorithm.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
44
A primary key is converted in a hashed file organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
45
Generally speaking, a physical table always corresponds to a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
46
Sequential files are practical for random row retrievals.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
47
View integration is the last step of logical database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
48
Indexes should be used generously for databases intended primarily to support data retrievals.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
49
Multiple key retrieval is possible with sequential file organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
50
Indexes should be used generously for databases that support transaction processing and other applications with heavy updating requirements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
51
Denormalization reduces the chance of errors introduced by normalizing relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
52
When using the sequential file organization, the addition of rows requires rewriting the file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
53
Denormalization is the process of splitting or combining normalized relations into physical tables based on EFFICIENCY of use of rows and fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
54
A default value is a value a field will assume unless an explicit value is entered for that field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
55
Sequential retrieval on the primary key is impractical with the hashed file organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
56
A recursive foreign key is a foreign key in a relation that references the primary key value of the same relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
57
Efficient use of secondary storage and data processing speed are the two goals of physical table design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
58
A data marker is a field of data that can be used to locate a related field or row of data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
59
A null value is used to represent the zero digit in a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
60
When modeling a many-to-many unary relationship, the primary key of the relation representing the relationship is always singular.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
61
File restoration can be achieved through backup copies of a file, audit trails, and row image files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
62
Which of the following is NOT associated with logical and physical database design?

A) Structure the data in stable structures that are not likely to change over time and that have minimal redundancy.
B) The preparation of a final conceptual model and the implementation of the database.
C) Develop a logical database design from which we can do physical database design.
D) Develop a logical database design that reflects the actual data requirements that exist in the forms and reports of an information system.
E) Translate a relational database model into a technical file and database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
63
Which of the following is a purpose of logical model and physical database design?

A) Structure the data in unstable structures that are likely to change over time and that have extensive redundancy.
B) Develop a logical database to help identify a steering committee.
C) Develop a logical database design from which we can do physical database design.
D) Translate a relational database model into network database models.
E) Develop a marketing plan for both logical and physical database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
64
During logical database design, the work of all systems development team members is coordinated and shared through:

A) the project dictionary.
B) scheduled weekly meetings.
C) the project leader.
D) JAD sessions.
E) walkthroughs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
65
Using the normalized relation notation, an attribute of a relation which is the primary key of another relation is indicated by:

A) an underline.
B) a circle.
C) a dashed underline.
D) italics.
E) a double-lined ellipse.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
66
During physical design, you typically don't consider:

A) the definitions of each attribute.
B) the descriptions of where and when data are entered, retrieved, deleted, and updated.
C) the expectations for response time and data integrity.
D) the descriptions of the file and database technologies to be used.
E) creating a new set of E-R models.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
67
Data security can be built into a file through encryption, passwords, or prohibiting users from directly manipulating a file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
68
A named two-dimensional table of data is a(n):

A) network.
B) tree structure.
C) relation.
D) tuple.
E) object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
69
Assume the structure of a relation is Employee (EmpID, Name, Dept, Salary). The number of attributes for this relation would:

A) be three.
B) be four.
C) be five.
D) be six.
E) vary depending upon the number of employees.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
70
Which of the following properties of a relation states that an entry at the intersection of each row and column is single-valued?

A) Entries in cells are simple.
B) Entries in columns are from the same set of values.
C) Each row is unique.
D) The sequence of rows is insignificant.
E) The sequence of columns can be interchanged.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
71
A data model that represents data in the form of tables or relations is called a(n):

A) hierarchical database model.
B) network database model.
C) relational database model.
D) hybrid database model.
E) object-oriented database model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
72
Which of the following is NOT a key step in logical database design?

A) Combine normalized data requirements from all user interfaces into one consolidated logical database model.
B) Compare the consolidated logical database design with the translated E-R model and produce, through view integration, one final logical database design for the application.
C) Model how data flow through an information system, the relationships among the data flows, and how data come to be stored at specific locations.
D) Translate the conceptual E-R data model for the application into normalized data requirements.
E) Using normalization principles, develop a logical data model for each known user view for the application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
73
Which of the following is NOT a True statement regarding a relation?

A) Each relation consists of a set of named columns and an arbitrary number of unnamed rows.
B) Each column in a relation corresponds to an attribute of that relation.
C) An entry at the intersection of each row and column has a single value.
D) The columns may not be interchanged or stored any sequence.
E) The rows may be interchanged or stored in any sequence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
74
A relation that contains a minimum amount of redundancy and allows users to insert, modify, and delete the rows in a table without errors or inconsistencies is a(n):

A) independent relation.
B) simple relation.
C) unnormalized relation.
D) well-structured relation.
E) derived relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
75
The primary deliverable from logical database design is:

A) normalized relations.
B) design specifications.
C) an updated Baseline Project Plan.
D) a list of alternatives design strategies.
E) a production system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
76
The most common style for a logical database model is the:

A) relational database model.
B) hierarchical database model.
C) network database model.
D) object-oriented database model.
E) hybrid database model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
77
Designing the database for an Internet-based electronic commerce application differs significantly from the process followed when designing the database for other types of applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
78
The process of converting complex data structures into simple, stable data structures is referred to as:

A) normalization.
B) simplification.
C) structuring.
D) process modeling.
E) relational conversion.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
79
Key physical database design decisions typically do not include:

A) choosing the storage format for each attribute from the logical database model.
B) grouping attributes from the logical database model into physical records.
C) arranging related records in secondary memory so that individual and groups of records can be stored, retrieved, and updated rapidly.
D) selecting media and structures for storing data to make access more efficient.
E) conducting requirements structuring.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
80
Combining all normalized user views into one consolidated logical database model refers to:

A) normalization.
B) requirements structuring.
C) file integration.
D) view integration.
E) logic modeling.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 311 في هذه المجموعة.