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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is a database? A) A collection of related data B) A type of computer C) A programming language D) A software application
2. .... are dedicated computers that hold the actual databases and run only DBMS and related Software.
3. Suatu susunan/kumpulan data operasional lengkap dari suatu organisasi/perusahaan yang diorganisir/dikelola dan simpan secara terintegrasi dengan menggunakan metode tertentu dengan menggunakan komputer sehingga mampu menyediakan informasi yang diperlukan pemakainya.
4. The content of any given field is the .....
5. Explain the concept of grouping and ungrouping in relational algebra.
6. A ..... in a table represents a relationship among a set of values
7. What is the main function of a Database Management System (DBMS)?
8. Specialization is the reverse of generalization.
9. What is the cost associated with using a DBMS?
10. Which of the following is a characteristic of a NoSQL database?
11. What is the main goal of relational database design?
12. Who introduced the relational database model?
13. A primary key in a database is used to:
14. A DBMS can improve the efficiency of data management in an organization by:
15. Which DBMS function is responsible for providing backup and data recovery procedures?
16. Which of the following describes the physical level of data abstraction?
17. What is the main function of an index in a database?
18. Define ACID properties in the context of transactions.
19. Which of the following is a disadvantage of DBMS?
20. What is a key challenge in distributed database architectures?
21. Which one of the following statements selects the correct one about the process and tread states?
22. What is the purpose of indexing in SQL databases?
23. What should be done if a data entry error is discovered in a patient's record?
24. What is a derived attribute?
25. What is the purpose of the DISTINCT keyword?
26. Explain the concept of generalization in the Extended ER Model.
27. What is the difference between a clustered and a non-clustered index?
28. What role does a database administrator play in managing a DBMS?
29. Which of the following is a tool to store, edit and organise data in a database?
30. Which of the following is a generic entity type that has a relationship with one or more subtypes?
31. Write a basic SQL query to select all records from a table.
32. Which of the following refers to the level of data abstraction that describes exactly how the data actually stored?
33. A desktop database is best described as:
34. Which company uses Redis as a caching layer to improve performance?
35. What is the function of a view in a database?
36. The three levels of the DBMS architecture are:
37. In RDBMS, data is organized in the form of .....
38. Components of database environment
39. Which clause is used in SQL to limit the number of rows returned?
40. Which data link layer device is used to prepare a MAC table and send packets for the selected device only?
41. Hey there, future data wizard! Imagine you're in a classroom with NURSHAIMA, NUR AQILAH and ATIQAH BASHASH, and your task is to pull up all the records from the 'Students' table. Can you write the magic SQL spell to do that?
42. While inserting the record into the index, if the search-key value does not appear in the index.
43. What does the select operation do in relational algebra?
44. Which of the following is an issue in file processing systems?
45. What are primary keys and foreign keys?
46. The term attribute refers to a ..... of a table.
47. In a ..... clustering index, the index record contains the search-key value and a pointer to the first data record with that search-key value and the rest of the records will be in the sequential pointers.
48. Which database view is used by users who input and view data?
49. The number of attributes in a relation is called its:
50. What is the primary purpose of a supertype/subtype relationship in an ERD?
51. ..... :Protecting data by making it unreadable.
52. Which is correct for an Online Shop ERD?
53. In a library system, a Book can be borrowed many times, and a Borrower can borrow many Books. What type of relationship best describes the connection between Book and Borrower?
54. What does a NULL constraint in SQL specify?
55. What are the different normal forms in normalization?
56. Which of the following is NOT typically managed by a Database Management System (DBMS)?
57. What is a feature of files regarding layout?
58. What does the term 'data independence' refer to?
59. Which validation rule accepts only a-z letters for fields in Access?
60. Primary key does allow the Null Values, whereas in Unique key doesn't accept the Null values . True or False?