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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What data type would be used to store the following item code:0024
2. Which DBMS architecture uses a middle layer between client and database?
3. In an Entity-Relationship Diagram (ERD), an arrow line represents what?
4. Which database language is commonly used for querying relational databases?
5. What additional elements are needed, besides data, to produce information according to the formula provided?
6. The result of a SELECT statement can contain duplicate rows .
7. Which of the following is a key component of database architecture?
8. ..... :Unfair outcomes caused by data or algorithms.
9. Define a trigger in the context of a database.
10. True or False:Can a database management system completely eliminate the need for manual data entry in healthcare?
11. Which of the following is true about a foreign key?
12. What is the primary purpose of the relational model in databases?
13. Which of the following best describes the key difference between a file-based system and a database management system?
14. Indices whose search key specifies an order different from the sequential order of the file are called ..... indices.
15. Database is collection of .....
16. What is the main purpose of a database? A) To store and manage data B) To create software C) To design websites D) To run applications
17. Which of the following would result in a data anomaly?
18. Which DBMS component controls user access and prevents unauthorized users from editing records?
19. Which of the following statements is true about the relational database model?
20. In the context of a database, what is ACID?
21. Which of the following best explains the concept of data redundancy?
22. Which of the following topics is covered in the "INTRODUCTION TO DBMS" section?
23. Which of the following is a dynamic web technology?
24. Define the term 'schema' in a database context.
25. What does database integrity refer to in a DBMS?
26. The following figure shows a:
27. ..... is a condition specified on a database schema and restricts the data that can be stored in an instance of the database.
28. When a process is waiting for some I/O events, after the waiting process is completed, to what state does the process transition next?
29. If a web developer wants to create a login page with real-time validation, then which technologies should they combine?
30. Which one of the following schema development practice is used for optimizing database performance?
31. A company wants to store information about employees and their salaries. The data includes EmployeeID, EmployeeName, JobTitle, and Salary. Which of the following is an example of an attribute in this scenario?
32. What is meant by location transparency in a distributed DBMS?
33. In SQL, which operator is used to test whether a value matches any value in a list?
34. What type of relationship is represented by a diamond shape in an ER diagram?
35. A(n) ..... constraint is a type of constraint that addresses whether an instance of a supertype must also be an instance of at least one subtype.
36. What causes most errors in a database?
37. Hierarchical databases are commonly used in modern applications.
38. What term is given to a change made in a database?
39. Which one of the following programing states a conceptual framework of object model and is implemented by writing classes and objects.
40. Shrinking Phase:Phase where a transaction releases locks but ..... none.
41. Which SQL command is used to delete records from a table?
42. What is the purpose of a candidate key?
43. What is the CIA triad in database security?
44. What is the main reason for the 3-level database architecture?
45. Explain the concept of indexing in databases.
46. Which modeling technique shows the message flow between objects in an Object Oriented application and also implies the basic associations between classes?
47. The most important challenge of customizing a purchased data model is:
48. When the total specialization rule is set for a supertype/subtype relationship, one could roughly compare the supertype to an abstract class in object-oriented programming.
49. What is the purpose of the INDEX in SQL?
50. Which SDLC phase focuses on identifying data requirements?
51. The following figure is an example of the overlap rule.
52. What does DML stand for in SQL and what is its primary function?
53. The subtype discriminator in the figure below is:
54. List two types of data integrity constraints.
55. Which object stores information about related data?
56. If transaction Ti gets an explicit lock on the file Fc in exclusive mode, then it has an ..... on all the records belonging to that file.
57. Which of the following is a data integrity constraint?
58. Describe what a database schema is.
59. ..... :Law protecting student education records.
60. In a library DBMS, which is part of the external level?