Class 12 Computer Science Chapter 3 Database Management Systems Quiz 4 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which DBMS does Snapchat use for high-performance data handling?
2. Kemampuan untuk memodifikasi skema di satu level tanpa mengubah skema di level selanjutnya yang lebih tinggi.
3. What is the main purpose of database prototyping?
4. What is the purpose of a composite key in a database?
5. What is the primary purpose of a DBMS?
6. A database management system (DBMS) is primarily used to:
7. Identify the procedure for acquiring the necessary locks for a transaction where all necessary locks are acquired before any are released?
8. Which of the following protocols ensures conflict serializability and safety from deadlocks?
9. Which advantage of DBMS directly contributes to making better business decisions?
10. Which of the following query is correct for using comparison operators in SQL?
11. Which view is used to arrange table data in different graphical layouts to summarize data?
12. What are the techniques of managing concurrency control?
13. What type of relationship involves two entities?
14. What is a stored procedure in SQL?
15. Which of the following describes a weak entity?
16. How can indexing improve SQL query performance?
17. The process of ensuring that the database reflects all real-world changes is called:
18. Explain the difference between relations and attributes.
19. A NULL value is treated as a blank or 0.
20. An ..... consists of a search-key value and pointers to one or more records with that value as their search-key value.
21. Suppose a banking system has a Transactions table. To ensure that withdrawals do not exceed available balance, which database constraint should be applied?
22. What is a potential issue with the greater impact of a failure in a DBMS?
23. What type of data independence is the ability to modify logical or conceptual schema without changing the external schemas or application programs?
24. What is an advantage of file-based systems? A) Simplicity B) High security C) Easy to scale D) Automatic backups
25. Which department is most likely to be consulted to resolve a data discrepancy?
26. What does a schema diagram visually represent?
27. What is the role of procedures in a database system?
28. ..... :Automates deployment and system operations.
29. What is the significance of primary keys in the relational model?
30. The ..... refers to the way data is organized in and accessible from DBMS.
31. What does ACID stand for in database management?
32. What is a file-based data management system?
33. What is the main function of a database management system in a hospital?
34. Which normal form removes partial dependency?
35. What action is necessary to resolve data discrepancies in healthcare?
36. What is a weak entity?
37. The ..... receives all application requests and translates them into the complex operations required to fulfill requests.
38. Which software tool in a DBMS provides an environment for developers to create and modify databases?
39. .... store data in Single table.
40. Which level of data independence deals with storage details?
41. What is data? A) Raw facts and figures B) Processed information C) A type of software D) A database structure
42. Sistem yang terdiri atas sekumpulan tabel data yang saling berhubungan dan sekumpulan program ( DBMS:Database Management System) yang memungkinkan berbagai user dan/atau program lain dapat mengakses dan memanipulasi tabel-tabel tersebut .....
43. A database is an organized collection of .....
44. What are the advantages of normalization?
45. Which operation is used to retrieve data?
46. There can be multiple primary key in a table.(T/F)
47. Explain the difference between primary key and foreign key.
48. What is data modeling used for?
49. Define a relational database.
50. SQL was officially standardized by ANSI in what year?
51. What is the function of the WHERE clause in SQL?
52. Which technique manages concurrent access to prevent data inconsistencies?
53. What is the significance of referential integrity?
54. Which relational algebra operation is used to eliminate duplicate rows from a table?
55. Cassandra is an example of a relational database.
56. ..... contains information that defines valid values that are stored in a column or data type.
57. Which of the following operations is not a part of the CRUD operations in a DBMS?
58. Name one characteristic of a modern DBMS.
59. .... are the basic building blocks of a database.
60. List different types of distributed data DBMS architectures