Class 11 Computer Science Chapter 7 Database Concepts Quiz 9 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Define an attribute and provide an example.
2. What type of software is Microsoft Access?
3. What is the smallest piece of information for an entity in a database?
4. Which normal form removes duplicate groups of data?
5. Which of the following describes a composite key?
6. What is an Entity-Relationship Diagram (ERD) used for?
7. In an UPDATE statement, which clause is used to specify the records that should be modified?
8. What language is primarily used for interacting with databases?
9. Setiap perintah SQL dalam video diakhiri dengan karakter apa?
10. An attribute is represented by what in a database?
11. To create a relationship between two tables, what database element is placed in the child table referencing the parent's key?
12. In a library database, what would a single book most likely represent?
13. Data independence refers to:
14. What is a trigger in a database?
15. Purpose of a foreign key
16. In a database, what is a unique identifier for each record in a table called?
17. Why might Excel NOT be the best choice for managing a school library system compared to a database?
18. Dalam basis data relasional, sebuah kueri digunakan untuk:
19. In which of the following can many entity instances of one type be related to many entity instances of another type?
20. What is the benefit of using forms for less-experienced users?
21. Which of the following best describes a database?
22. How can you define relationships between entities?
23. Object-Oriented Structure
24. The RDBMS terminology for a row is
25. What does the UPDATE command do in a database?
26. What is the purpose of an information system (IS)?
27. A ..... is essentially a lookup field to look up data in another table.
28. A field identified in a table as holding the unique identifier of the table's records is called the:
29. A candidate key that is not a primary key is known as
30. What are some common security measures to protect databases?
31. Why does a database store currency as a numeric value rather than storing symbols (like '$ ') directly in the field?
32. What are the advantages of using NoSQL databases over traditional relational databases?
33. What does a physical ERD depict?
34. Which SQL statement is used to add new records to a table?
35. Define Data Definition Language (DDL).
36. Which PostgreSQL constraint ensures that a column cannot have NULL values?
37. What does each *entity* in an ER diagram typically represent in a database?
38. What is the main difference between data validation and data verification?
39. What data type is used to store short alphanumeric data, such as names and addresses?
40. Which protocol ensures no two transactions access the same data simultaneously?
41. Each item from this list is classified as ..... Name, Birthdate, Street, County, PostCode
42. How does a document database store data?
43. A ..... is a copy of database information saved in case the original data is lost or damaged.
44. Which of the following is an example of a NoSQL database?
45. A tuple is also known as .....
46. What is Data Manipulation Language (DML)?
47. What is a key field in a database?
48. What is the purpose of the Entity-Relationship (ER) Model?
49. An entity set that does not have sufficient attributes to form a primary key, is a .....
50. Interact with the system without writingprograms. Instead, they form their requests either using a database query language.
51. Which of the following is not a function of the database?
52. Which of the following is used to manipulate data in DBMS?
53. Why is it essential to use a database in a school to manage student information?
54. Pada menit 3:35, muncul pesan kesalahan 'ERROR 1064 (42000):You have an error in your SQL syntax;'. Apa arti umum dari pesan kesalahan ini?
55. The school wants to sort the data by staff Surname. How will they sort it?
56. Which of the following is NOT a core concept in the relational database model?
57. Perintah SQL yang digunakan untuk melihat struktur tabel, termasuk nama kolom, tipe data, dan batasan (constraints), adalah .....
58. What is the acronym of DBMS?
59. Which of these holds lots of data?
60. Beyond simple identification, how does a primary key help improve the performance of a large database?