Class 11 Computer Science Chapter 7 Database Concepts Quiz 39 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. The default ..... id field in MongoDB is of type:
2. Which schedule allows commit only after all dependent transactions commit?
3. Which type of data includes measurable facts like test scores or visitor numbers?
4. Which of the following can be stored in a database?
5. DML is used for:
6. In an ER model, what does an "entity" typically represent?
7. Design view
8. Which of the following correctly defines a field?
9. Which of the following best describes a flat file system?
10. In a table of employees, "Department" field can take only values "HR, " "Finance, " "IT." This set of allowed values is called a:
11. What does a column in a database table represent?
12. Raw facts which people gather is referred to as .....
13. ..... allows multiple users to work on it.
14. Which of the following best describes an entity in an Entity Relationship Diagram (ERD)?
15. What is the primary function of a DBMS (Database Management System)?
16. A structured collection of data items that can be accessed by different application programs.
17. Fill in the blank: ..... is a non-key attribute, whose values are derived from the primary key of some other table.
18. What does atomicity mean in database transactions?
19. What are the benefits of using forms for data entry?
20. What does ACID stand for in the context of databases?
21. Why is storage method selection critical in database systems?
22. What does a one-to-many relationship in a relational database describe?
23. What are the four core functions of a DBMS?
24. ..... is the presence of duplicate data in multiple data files so that the same data are stored in more than one place or location.
25. What is the meaning of LIKE '%0%0%'