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

Quiz Instructions

Select an option to see the correct answer instantly.

1. ..... :Rules that ensure data accuracy.
2. In MS Access, which object is used to retrieve and analyze data?
3. Which of the following is a front-end database component?
4. What is a report in MS Access used for?
5. What does normalization in a database refer to?
6. Which DBMS is used by Uber for real-time tracking of rides?
7. What practice is crucial for maintaining the confidentiality of patient records in a hospital's database?
8. In an ER diagram, a diamond shape is used to represent a:
9. Suppose a company wants to add a new field to its employee records. What is a likely consequence in a traditional file system?
10. What is a normalization process in databases?
11. What is the purpose of the JOIN clause in SQL?
12. What is denormalization?
13. Describe the process of converting a database to 3NF.
14. What is the primary function of a foreign key in a database?
15. Which of the following is not a function of DML?
16. What is the Compound key?
17. What is the purpose of the INDEX keyword in SQL?
18. The ..... clause allows us to select only those rows in the result which that satisfy a specified condition/predicate.
19. In the figure below, the patient must be either an outpatient or a resident patient. This is an example of the ..... rule.
20. What ensures foreign keys match with primary keys or are NULL?
21. An attribute of the supertype that determines the target subtype(s) is called the:
22. What is the result of a union operation in relational algebra?
23. What is the main purpose of AJAX in web development?
24. Microsoft Access is most commonly used by which of the following?
25. ..... :Protecting personal and sensitive data.
26. What does ER stand for in ER Model?
27. What do relational databases tend to have in common?
28. The model that uses tables with rows and columns is called:
29. Which of the following is NOT a feature of a DBMS?
30. In E-R diagram an entity set is represented by a
31. What is the main advantage of using a DBMS?
32. What transforms raw data into meaningful information?
33. The following figure is an example of total specialization.
34. What is the result of the following SQL statement? SELECT * FROM employees WHERE age > 30;
35. A collection of related data.
36. Define primary key in a relational database.
37. What is the purpose of the TRUNCATE statement in SQL?
38. Which of the following is a common use of a database index?
39. A company restricts salary updates to managers only. Which feature ensures this?
40. Which language is used for defining and manipulating data in a relational database?
41. List three advantages of using a DBMS.
42. In a car rental system, a CUSTOMER can rent many CARS, and a CAR can be rented by many CUSTOMERS. Which relationship best shows this?
43. As the number of files increases in a file system, what happens to system administration?
44. Which DBMS is used by Spotify to store and retrieve music metadata quickly?
45. What is the full form of DBMS?
46. ..... is a set of one or more attributes taken collectively to uniquely identify a row/record in a table.
47. If you were collecting and storing information about your music collection, an album would be considered a(n) .....
48. Why should Students and Courses be in separate tables?
49. Which type of architecture is best for large-scale web applications?
50. In packaged data models, strong entities always have ..... between them.
51. The USE command?
52. Identify the encryption type that uses the same key for both encryption and decryption.
53. Graph databases are ideal for handling many-to-many relationships.
54. In the relational database model, data is organized into:
55. How do document stores like MongoDB organize data?
56. What year is considered the beginning of DBMS history?
57. Which file organization method stores data in a random order?
58. How do you write a basic SELECT statement in SQL?
59. Which of the following is NOT Advantages of DBMS
60. Name one type of DBMS.