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

Quiz Instructions

Select an option to see the correct answer instantly.

1. True or False:An entity does not represent an object in the real world?
2. You are designing entity descriptions for Customer(custID, title, firstname, surname, email) and Product(productID, title, subject, level, price). Which choice follows a correct procedure when no natural unique attribute exists?
3. Kumpulan objek dengan karakteristik yang sama disebut .....
4. What is the purpose of reports in Access?
5. In MongoDB, data is stored in:
6. What do databases provide?
7. List the different normal forms in database design.
8. What is the purpose of an E-R diagram in database design?
9. What does a foreign key do?
10. In which of the following formates data is stored in the database management system?
11. How can reports be generated from database queries?
12. Every table in a database must have at least one foreign key.
13. The primary key in a database:
14. What is a collection of related fields that represents a complete set of information?
15. What is one key function of a data model?
16. Dornel is managing a student database and tries to assign duplicate student ID numbers to a primary key. What happens?
17. A transaction is a:
18. What operator tests column for the absence of data?
19. Which protocol gives each transaction a unique ID based on time?
20. Which of the following is an example of a database used in a school?
21. The Boyce-Codd Normal Form is another name for?
22. Which of the following is a characteristic of a self-describing database?
23. A function that has no partial functional dependencies is in ..... form
24. Which of the following BEST describes a table in a database?
25. Hierarchical model has ..... relationship.
26. Which of the following functions is used to count the number of records in a field?
27. Which of the following data types is the most suitable for a primary key?
28. When might a flat file database be considered sufficient?
29. Which type of data model provides a technical map of rules and data structures?
30. Which SQL clause is used to filter records?
31. Which type of data model includes technical details and performance needs for hardware?
32. DCL provides commands to perform actions like
33. A transaction runs a query SELECT COUNT(*) and gets a higher count when running the same query again 5 seconds later. What concurrency phenomenon has occurred?
34. What data type is used to store a unique sequential number for each record in a table?
35. In Datasheet View, how can you arrange records alphabetically?
36. Andre is setting up a new business and needs to keep track of his sales and expenses. Which data type is suitable for storing monetary values?
37. What happens when you modify a field's data type in Design View?
38. What is a table in a database?
39. What is the purpose of restoring data from a backup?
40. Which programming language is widely used for business applications?
41. A Database Management system isa type of ..... software.
42. In an ERD, what does a diamond shape represent?
43. Berikut adalah contoh perangkat lunak yang digunakan untuk mengelola basis data, kecuali .....
44. The following key is used to denote uniqueness in the collection?
45. Which of the following is the BEST example of numerical data?
46. What does the term 'mini-world' refer to in database terminology?
47. Which of the following is NOT a popular database management system?
48. Which of the following is a feature of a well-normalised database?
49. In the relational model, a base table (base relation) is:
50. While inserting new rows in a table you must list values in the default order of the columns.
51. Which of the following is a type of end-user?
52. A deadlock occurs in a database system when:
53. An entity is a real world object about which information is to be stored in a database.
54. MySQL is best classified as which type of system?
55. Which of the following best describes a tuple in a relational database?
56. What is a key limitation of flat file databases?
57. Which of the following is an example of a column in a database?
58. Which of the following is NOT one of the classical record-based logical data models?
59. What does the term 'atomicity' refer to in database transactions?
60. What are joined relations in SQL?