12th Class Class Computer Mcqs Chapter No 4 | 2nd Year Computer Mcqs Chapter Wise Pdf
Chapter No 4
Data Integrity & Normalization
1. In 3NF, which form of dependency is removed choose which one is correct?
- Functional
- non-functional
- associative
- transitive
2. How many types of data integrity are there choose which one is correct?
- 2
- 3
- 4
- 5
3. The ________ constraint states that in a relation no primary key value can have a null value.
- Referential integrity
- Entity integrity
- Data integrity
- All of these
4. In 3NF, a non-key attribute must not depend on a(n)
- non-key attribute
- key attribute
- composite key
- sort key
5. Different attributes in two different tables having same name are referred to as
- synonym
- Homonym
- acronym
- mutually exclusive
6. Referential integrity is applied on
- Primary Key
- Candidate Key
- Foreign key
- Composite key
7. problems occurs when two different names are used for the same information choose which one is correct?
- Homonyms
- Synonyms
- Redundant information
- Mutually exclusive data
8. problems occurs when same name is used for two different attributes choose which one is correct:
- Homonyms
- Synonyms
- Redundant information
- Mutually Exclusive data
9. problems occurs when same information is stored in two different ways choose which one is correct:
- Homonyms
- Synonyms
- Redundant Information
- Mutually Exclusive data
10. The process of converting complex data structure into simple and stable data structure is called choose which one is correct:
- Synonyms
- Homonym
- Normalization
- Redundancy
11. A functional dependency between two or more non-key attributes in a relation is called
- Redundancy
- Consistency
- Transitive Dependency
- None of above
12. Data integrity is another form of data
- Data Feasibility
- Data Accessibility
- Data modeling
- Data Protection
13. Integrity is concerned with the _________ of Data
- Reliability
- Quality
- Feasibility
- Accessibility
14. A foreign key constraint is also called
- Referential Integrity
- Integrity
- Entity Integrity
- Field Integrity
15. In which of the following normal forms, any repeating group from the table is removed choose which one is correct?
- 1NF
- 2NF
- 3NF
- None
16. A relation is in second normal form if and only if choose which one is correct:
- It is in 1NF and all the non-key attributes are fully functionally dependent upon the key attribute.
- It is in the 1NF and no transitive dependency exists
- It is in the 1NF and every attribute is single valued for each tuple.
- All of these
17. If a relation is in 1NF and the key consists of a single attributes then the relation is called.
- 3NF
- 2NF
- Both (a) & (b)
- None
18. If the value of a non-key attribute can be obtained simply by knowing the values oF another non-key attribute, the relation is not in choose which one is correct:
- 1NF
- 2NF
- 3NF
- None
19. A process in which it is being ensured that attributes are stored from where they belong
- Normalization
- Simplification
- Structure Constraint
- Field Constraints
20. A process of analyzing the dependencies of attributes with in entities is called
- Normalization
- Simplification
- Structure Constraint
- Field Constraints
21. The attribute on left hand side of arrow is called
- Entity
- Determinant
- Determined
- Attribute
22. Which form of dependency is removed for 2NF choose which one is correct?
- Functional
- Transitive
- Associative
- Partial
23. anomalies arise due to transitive dependency choose which one is correct:
- Insertion
- Deletion
- Modification
- All of these
24. The objective of normalization is to choose which one is correct:
- Increase data redundancy
- Increase number of relations
- Get stable data structure
- All of these