Class 12 Computer Science Chapter 3 Database Management Systems Quiz 49 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the purpose of a DBMS?
2. Which data model organizes data in a tree-like structure?
3. Explain what a database schema is.
4. What are the main components of a database system architecture?
5. Which normal form is achieved when a table is free of transitive dependency?
6. Which normal form is considered to eliminate transitive dependencies?
7. What is the primary goal of normalization in the context of a relational database?
8. What is the difference between DDL and DML?
9. ..... :Taking responsibility for data misuse.
10. Which of the following is NOT typically associated with a data warehouse?
11. What is SQL and its role in DBMS?
12. An operating system function that memorizes track of information regarding the creation, deletion, transfer, copy, and storage of files in an organized manner is related to .....
13. What is the primary purpose of transaction transparency in DDBMS?
14. Which of the following aggregate function is used to specify number of tuples in the given table
15. Which SQL command is used to insert new rows into a table?
16. What is a common use case for graph databases?
17. Serial Schedule:Transactions execute one after another with .....
18. A column or combination of columns that contain values that uniquely identify each row in the table
19. ..... :Protecting data from loss and failure.
20. Which view allows to modify table's structure in Access?
21. Which of the following is NOT a transparency feature of a distributed DBMS?
22. What is the significance of a primary key in a relational database?
23. What is the role of a data dictionary in a DBMS?
24. A company wants to enforce strict access control on its database. Which feature should it implement?
25. Transaction: ..... is a set of read and write operations that form a single logical unit of work.