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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is an example of an application of DBMS? A) Online shopping B) Cooking Dishes C) Painting Art D) Gardening Tips
2. What is defined by the WWW Consortium (W3C) and was originally intended as a document markup language?
3. In any programming paradigms, the primary function that every programing must have is:
4. What is the function of a database management system?
5. Which of the following is a feature of a NoSQL database?
6. What is a transaction in the context of a DBMS?
7. Identify the query that deletes all tuples in the instructor relation for those instructors associated with a department located in the Watson building which is in department relation?
8. Which of the following correctly represents the basic syntax structure of the INSERT INTO command?
9. What is the purpose of SQL in a DBMS?
10. Text, Integer, Currency, Boolean and Date/Time are all examples of .....
11. Atomicity:All operations in a transaction occur or .....
12. Define an entity in the context of the ER Model.
13. A database that stores information about farmers, crops, soil tests, and yields can be categorized as:
14. How many tables are needed for a strong entity set with multi-valued attributes?
15. ACID properties are essential for ensuring data reliability in financial transactions.
16. What is a transaction in the context of database management?
17. Occurs when multiple users seeking access to the same set of records lockout each other.
18. ..... :Business logic layer.
19. What is the purpose of keys in a relational database?
20. What is an Entity-Relationship (ER) model used for?
21. .... is a database tool used by developers and DBA's mainly for visualization.
22. Define the term 'data integrity' in the context of databases.
23. Shared Lock (S Lock):Allows multiple transactions to ..... a data item.
24. A search key containing more than one attribute is referred to as a ..... search key.
25. Which language is commonly used to interact with a relational DBMS?