📄 ssd7exam2choice.txt
字号:
1.
In the Entity-Relationship model, the degree of a relationship specifies which of the following?
(d) The number of entities that participate in the relationship
--------------------------------------------------------------------------------
2.
In an ER model, which of the following is true about a component attribute?
(c) A component attribute can be a composite attribute.
--------------------------------------------------------------------------------
3.
In the Entity-Relationship model, properties that characterize entities and relationships are modeled as
(a) attributes
--------------------------------------------------------------------------------
4. What is an identifying owner in an ER model?
(a) The entity upon which a weak entity's existence depends
--------------------------------------------------------------------------------
5. In an ER model, the cardinality ratio of a relationship type is
(c) the number of relationships of that relationship type in which an entity can participate
--------------------------------------------------------------------------------
6. Which of the following is true about storage for derived attributes?
(d) Derived attributes are usually not stored because they can be computed.
--------------------------------------------------------------------------------
7. In an ER model, what is a recursive relationship type?
(c) The type of relationship between entities of one entity type
--------------------------------------------------------------------------------
8. In EER modeling, generalization is the process of generating
(a) superclasses out of subclasses
-------------------------------------------------------------------------------
9. When mapping from an ER model to a relational model, a strong entity is mapped into a
(a) table
--------------------------------------------------------------------------------
10. Which of the following is true about attributes in a relational model?
Attributes can be multi-valued.
Attributes can be composite.
(c) Neither I nor II
----------------------------------------------------------------------------
3. In the Entity-Relationship model, a derived attribute is one
(d) whose value can be computed from the values of other attributes
-------------------------------------------------------------------------
1. Through normalization, update anomalies
(a) can be eliminated
--------------------------------------------------------------------------------
2. Which of the following is a property (are properties) exhibited by good relational schemas?
The use of null values in tuples
The grouping of as many attributes as possible into one main table
The elimination of data redundancy to avoid update anomalies
(a) III only
--------------------------------------------------------------------------------
3. Which of the following statements concerning normal forms is true?
(a) A relation that is in second normal form is also in first normal form.
--------------------------------------------------------------------------------
4. Consider the following functional dependency.
{A, B} -> {C}
Regarding this dependency, which of the following statements is (are) true?
The values of C are uniquely determined by the values of A.
The values of A are uniquely determined by the values of C.
(a) None
--------------------------------------------------------------------------------
5. Which of the following problems can be caused by data redundancy in a relational schema?
Inefficient use of space
Update anomalies and possible loss of data
Inefficient use of processing time
(c) I, II, and III
--------------------------------------------------------------------------------
6. Consider a table with atomic attributes A, B, and C and the following functional dependencies.
A -> B
B -> C
If the primary key of this table is attribute A, then this relation satisfies which of the following normal forms?
First
Second
Third
(d) I and II only
--------------------------------------------------------------------------------
7. For a relation to be in 3NF, it should not contain _____ attribute that is transitively dependent on _____.
(d) a non-primary key, the primary key
--------------------------------------------------------------------------------
8. The FD X -> Y is a full dependency in a relation R, if there is _____ attribute A that can be _____ X and the dependency still holds.
(b) no, removed from
--------------------------------------------------------------------------------
9. For a relation to be in 2NF, _____ attribute must be fully functionally dependent on _____.
(a) every non-primary-key, the primary key
--------------------------------------------------------------------------------
10. The FD X -> Y is a partial dependency in a relation R, if there is _____ attribute A that can be _____ X and the dependency still holds.
(a) at least one, removed from
--------------------------------------------------------------------------------
10. Which of the following is true about attributes in a relational model?
Attributes can be multi-valued.
Attributes can be composite.
(d) Neither I nor II
----------------------------------------------------------------------
5. A weak entity type implies a
(b) relationship with total participation constraint
---------------------------------------------------------------------------------------
1. In an ER model, which of the following is true about a composite attribute?
(c) A composite attribute can be broken into more basic attributes.
--------------------------------------------------------------------------------
2. The term physical data independence refers to the ability to change
(a) the physical layout of the data without changing the external schemas, the conceptual schemas, or the application programs
--------------------------------------------------------------------------------
3. What attributes does a subclass have?
(b) All the attributes of its superclass, and possibly more
--------------------------------------------------------------------------------
4. If X -> Y, which of the following would make Y fully dependent on X?
(b) X is a single attribute
--------------------------------------------------------------------------------
6. Database design typically consists of which of the following phases?
Conceptual design
Logical design
Physical design
(b) I, II, and III
--------------------------------------------------------------------------------
7. A relational schema is in first normal form, if the domain of all of its
(d) attributes can take on only atomic values
--------------------------------------------------------------------------------
8. In an ER model, a derived attribute is one whose values
(b) can be derived from the values of some other attributes
--------------------------------------------------------------------------------
9. Y is transitively dependent on X, if
(b) X -> A, B and A -> Y
--------------------------------------------------------------------------------
10. Relationships in an ER model are primarily translated to which of the following in a relational model?
(b) primary keys and foreign keys
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -