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

Quiz Instructions

Select an option to see the correct answer instantly.

1. How does the cost of conversion impact organizations using a DBMS?
2. What is the main advantage of indexing in a database?
3. Which SQL statement is used to add a new row to a table?
4. Which SQL command is used to modify existing data within a table?
5. Lost Update Problem:When one transaction ..... updates made by another transaction.
6. Which book is referenced in the resources section?
7. Graph databases are ideal for social network analysis.
8. What does data consistency refer to in the context of a DBMS?
9. A workgroup database is best described as:
10. In SQL, what does the JOIN operation do?
11. What is the purpose of a data warehouse?
12. Time-series databases are optimized for storing historical data.
13. Data mining is primarily concerned with:
14. What is data replication in the context of distributed databases?
15. What is the name for an answer to a query that the DBMS sends back to the application?
16. What is NOT a characteristic of big data?
17. What is a limitation of using a DBMS for small tasks?
18. What is the Composite key?
19. As a programmer, you might use comments while writing the object oriented programming using Java. How could you express such comments in Java programming?
20. Which validation rule allows only 0-9 for fields in Access?
21. The process of defining a more general entity type from a set of more specialized entity types is called:
22. What is the purpose of a surrogate key?
23. What is a primary key in a relational table?
24. Which one of the following attribute can be taken as a primary key?
25. ..... :Client performs significant processing.
26. What is the transformation process of data into information?
27. Define entity integrity in the context of databases.
28. What is a key characteristic of high-quality data?
29. ..... is named collection of data items which represents a complete unit of information.
30. Why might there be multiple external views in a database system?
31. What is the main advantage of database normalization?
32. Data ..... exists when the same data are stored unnecessarily at different places.
33. What is the purpose of a data model in a DBMS?
34. What is a common method for testing a database?
35. Which of the following is a valid time format is Access?
36. What is the difference between a database schema and a database instance?
37. What is the Foreign key?
38. Which type of relationship exists when one row in a table can be associated with many rows in another table?
39. Which of the following keys is generally used to represents the relationships between the tables?
40. ..... :Presentation, application, and database layers.
41. List and explain three types of constraints in SQL.
42. Database is an orderly collection of data
43. Consists of multiple tables of information related to common fields.
44. Incorrect Analysis Problem:Reading data while another transaction is .....
45. Which of the following is an example of a DML command?
46. A field of one table which is also a the primary key of another table
47. What is the purpose of the GROUP BY clause in SQL?
48. ..... :Oversees information systems and data strategy.
49. What is the purpose of decomposition in database design?
50. In which type of distributed operation can a single SQL statement access data from multiple remote sites?
51. What is a developer interface in a DBMS?
52. In a ..... index, an index entry appears for only some of the search-key values.
53. A game database designer needs to model the relationship between PLAYERS and ITEMS. Each Player can have many Items, and each Item can belong to many Players. Which type of relationship best represents this?
54. Client/Server Architecture:Processing split between ..... and .....
55. ..... :Unauthorized access, misuse, data loss, and system failure.
56. How does data modeling in the hospital's database management system reduce errors?
57. In B+ tree the node which points to another node is called
58. What is referential integrity in a database?
59. Which HTML tag is used to create a hyperlink?
60. In processes or threads concepts, there is a blocking of processes or treads that either compete for system resources or communicate with each other when each process or thread is waiting for a resource to be freed which is controlled by another process. These processes or treads could be examined with .....