DataBase Design Process Solved Conceptual MCQs
What is database design?
The design process. Determining the purpose of your database. Finding and organizing the required information. Dividing the information into tables. Turning information items into columns.
Q01) In E-R diagram, a diamond represent a
- Attributes
- Relationship
- Entity
- Modality
Answer:Relationship
Explanation:An Entity Relationship (ER) Diagram is a type of flowchart that illustrates how “entities” such as people, objects or concepts relate to each other within a system.
Q02) In ERD model, the relationship between two entities is represented by
- Diamond Symbol
- Rectangular box
- Oval Symbol
- Line
Answer:Diamond Symbol
Explanation:In the ER diagram the relationship between two strong entity set shown by using a diamond symbol. The relationship between one strong and a weak entity set shown by using the double diamond symbol.
Q03) Merging the relation is also known as
- View integration
- View entities
- View relations
- View tables
Answer: View integration
Explanation: View-based Data Integration is a framework that solves the data integration problem for structured data by integrating sources into a single unified view
Q04) Organizing the database in computer disk storage is done in
- Logical design
- Physical design
- Analysis
- Conceptual design
Answer:Physical design
Explanation:Physical database design is the process of transforming a data model into the physical data structure of a particular database management system (DBMS)
Q05) All the hardware cost are considered during
- Project planning.
- Requirements analysis
- Data analysis
- Feasibility study
Answer: Project planning.
Explanation: Project planning is a discipline addressing how to complete a project in a certain timeframe, usually with defined stages and designated resources.
Q06) Which of the following is not included is the definition of entity?
- Person
- Object
- Concept
- Action
Answer:Concept
Explanation:Concept
Q07) The degree of relation refers to the number of
- Rows
- Tables
- Data
- Columns
Answer:Columns
Explanation:The degree of a relationship is the number of entity types or Columns that participate(associate) in a relationship.
Q08) The relationship between teacher and students is
- One to One
- One to Many
- Many to Many
- Many to One
Answer:One to Many
Explanation:Since a teacher can teach many students at a time so teacher share a one-to-many relationship.
Q09) An entity related to itself in an ERD model refers to relationship
- One to many
- Recursive
- Many to many
- One to one
Answer:Recursive
Explanation:A recursive relationship is a non-identifying relationship between two entities or tables that represents the fact that one company can own another company.
Q10) In an E-R Diagram, a rectangle represents a (n):
- Entity
- Attributes
- Relationship
- Field
Answer:Entity
Explanation:An entity is an object or component of data. An entity is represented as rectangle in an ER diagram.
Q11) ________ is used to define / describe characteristics of.an entity / object
- Objects
- Attributes
- Records
- Files
Answer:Attributes
Explanation:Attributes
Q12) A person's name, birthday and social security number are examples of:
- Attributes
- Entities
- Relationships
- Descriptors
Answer:Attributes
Explanation:Attributes
Q13) Which of the following is a one- to - many relations?
- (A) Student- Reg No
- Mother -daughter
- Person- Date of Birth
- Country- Capital
Answer: Mother -daughter
Explanation: Mother -daughter
Q14) Which of the following Is not a basic data distribution strategy?
- Centralized
- partitioned
- Replicated
- Duplicated
Answer:Duplicated
Explanation:Duplicated
Q15) Which of the following is used to associate entities with one another?
- Entity
- Relation
- Relationship
- Attribute
Answer:Relationship
Explanation:Relationship
Q16) Customers, Cars are example of:
- Entities
- Attributes
- Cardinals
- Relationship
Answer:Entities
Explanation:Entities
Q17) Color of car is an example of:
- Entity
- Relation
- Relationship
- Attributes
Answer:Attributes
Explanation:Attributes
Q18) Which of the following defines the nature of relationship?
- Modality
- Decision tree os
- Attribute
- None of the above
Answer:Modality
Explanation:Modality
Q19) A set of related item in a table is called:
- Fille
- Record
- Query
- Report
Answer:Record
Explanation:Record
Q20) Duplicate data in multiple data files is called:
- Data Consistency
- Data Integrity
- Data Redundancy
- Program Dependency
Answer:Data Redundancy
Explanation:Data Redundancy
Q00)
Answer:
Explanation:
0 Comments