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

Quiz Instructions

Select an option to see the correct answer instantly.

1. ..... are considered database architects.
2. What is the primary purpose of locking mechanisms in database systems?
3. What is the purpose of the PROJECT operation in relational algebra?
4. Communication is established with MySQL using
5. Which is not a feature of database software?
6. Which of the following is a fundamental relational algebra operation?
7. A database for a blog stores posts and comments. A single post can have MANY comments, but each comment belongs to ONLY ONE post. To model this, a POSTS table with PostID and a COMMENTS table with CommentID and a PostID foreign key are created. This database design is an example of what kind of relationship?
8. The ..... rule specifies that an entity instance of a supertype is allowed not to belong to any subtype.
9. Data warehouses are used for real-time data processing.
10. Which additional relational algebra operation is used to combine rows from two tables?
11. Log (Journal):A file that records all ..... activity.
12. In the context of ACID properties, what does "Atomicity" primarily ensure?
13. Which of the following methods enforce data integrity.
14. Which one of the following types of database schema is used for organizing data in single, two dimensional displays?
15. Which key is a combination of two or more attributes that uniquely identify a row?
16. ..... :Preventing discrimination in data use.
17. What is a primary key constraint?
18. Which of the following SQL statements is used to delete specific records from a table?
19. In MS Access, what is the purpose of a form?
20. What is an example of a multi-value attribute?
21. RDBMS supports horizontal scaling easily.
22. Which of the following is NOT a type of DBMS?
23. What are the advantages of using a database system over a file system?
24. Which topology the failure one computer affects the entire network?
25. Which of the following is a procedure for acquiring the necessary locks for a transaction where all necessary locks are acquired before any are released?