Home »
MCQs »
DBMS MCQs
DBMS Generalization, Specialization, and Aggregation Multiple-Choice Questions (MCQs)
DBMS Generalization, Specialization, and Aggregation MCQs: This section contains DBMS Generalization, Specialization, and Aggregation Multiple-Choice Questions (MCQs) and Answers.
Submitted by Anushree Goswami, on February 16, 2022
1. The generalization process is similar to the bottom-up approach.
- Top-Bottom
- Top-Up
- Bottom-Up
- Up-Bottom
Answer: C) Bottom-Up
Explanation:
The generalization process is similar to the bottom-up approach.
Discuss this Question
2. When two or more lower-level entities share some attributes, they lead to a ___. This is often referred to as a bottom-up approach.
- Lower-level entity
- Higher-level entity
- Middle-level entity
- Center-level entity
Answer: B) Higher-level entity
Explanation:
When two or more lower-level entities share some attributes, they lead to a higher-level entity. This is often referred to as a bottom-up approach.
Discuss this Question
3. As a general rule, entities at higher levels can combine with entities at lower levels to form a ___ level entity.
- Lower
- Higher
- Middle
- Central
Answer: B) Higher
Explanation:
As a general rule, entities at higher levels can combine with entities at lower levels to form a higher-level entity.
Discuss this Question
4. There are more ___ in generalization.
- Subclasses
- Superclasses
- Both a and b
- None of the above
Answer: A) Subclasses
Explanation:
There are more subclasses and superclasses in generalization.
Discuss this Question
5. A ___ entity is created by combining entities.
- Generalized
- Higher-level
- Lower-level
- Middle-level
Answer: A) Generalized
Explanation:
A generalized entity is created by combining entities.
Discuss this Question
6. Specialization is a –
- Bottom-Up
- Top-Up
- Top-Down
- Bottom-Top
Answer: C) Top-Down
Explanation:
Specialization is a Top-Down approach.
Discuss this Question
7. Several lower-level entities can be decomposed into one higher-level entity in ___.
- Generalization
- Specialization
- Both A. and B.
- None of the above
Answer: B) Specialization
Explanation:
Several lower-level entities can be decomposed into one higher-level entity in specialization.
Discuss this Question
8. The term specialization refers to a ___ of a set of entities which share some distinguishing characteristics.
- Subset
- Set
- Superset
- Upperset
Answer: A) Subset
Explanation:
The term specialization refers to a subset of a set of entities which share some distinguishing characteristics.
Discuss this Question
9. ___ are defined first, followed by subclasses and their associated attributes, followed by the relationship set.
- Subclasses
- Superclasses
- Classes
- Fields
Answer: B) Superclasses
Explanation:
Superclasses are defined first, followed by subclasses and their associated attributes, followed by the relationship set.
Discuss this Question
10. What is the difference between Generalization and Specialization?
- Generalization and Specialization is like the Bottom-Up Approach
- Generalization and Specialization is like the Top-Down Approach
- Generalization is like the Top-Down approach and Specialization is like the Bottom-Up Approach
- Generalization is like a Bottom-Up approach and Specialization is like a Top-Down Approach
Answer: D) Generalization is like a Bottom-Up approach and Specialization is like a Top-Down Approach
Explanation:
Generalization is like a Bottom-Up approach and Specialization is like a Top-Down Approach.
Discuss this Question
11. When two different entities are aggregations, they are treated as if they were ___.
- Double
- Single
- Triple
- Many
Answer: B) Single
Explanation:
When two different entities are aggregations, they are treated as if they were Single.
Discuss this Question
12. When entities are aggregated, their relationships with each other are combined into ___.
- Higher-level entity
- Lower-level entity
- Middle-level entity
- Central-level entity
Answer: A) Higher-level entity
Explanation:
When entities are aggregated, their relationships with each other are combined into higher-level entities.
Discuss this Question