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

Quiz Instructions

Select an option to see the correct answer instantly.

1. In a database, what is the 'instance' at any given point in time?
2. Which key can include additional, unnecessary attributes?
3. What is one advantage of using a database system?
4. Which of the following is NOT an application of databases?
5. Rollforward:Redoing changes made by ..... transactions.
6. Sistem ..... yang menangani kondisi malfunction (crash) baik pada hardware ataupun software, juga mengandung security Protection yang menangani pengaksesan oleh user terlarang
7. What is a key consideration when implementing a database management system in a healthcare setting?
8. Which is a set of entities of the same type that share the same properties, or attributes.
9. What is the purpose of the transaction log file in SQL Server?
10. Database Recovery:Restoring the database to a correct state after .....
11. How does the centralization of resources in a DBMS impact its vulnerability?
12. A client-server architecture for databases means:
13. How does a DBMS address the issue of data redundancy?
14. Given the following Java code, what will be printed?public class Test { public static void main(String[] args) { int x = 10; int y = 0; try { System.out.println(x / y); } catch (ArithmeticException e) { System.out.println("Cannot divide by zero"); } }}
15. What is the purpose of the database design phase?
16. Which SQL command is used to retrieve data?
17. To remove duplicate rows from the result set of a select use the following keyword(s).
18. Which tag is used to define an image in an HTML document?
19. In data concurrency, what problem might arise without proper management?
20. Standalone Architecture:Database and application on ..... computer.
21. A ..... is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.
22. Which DBMS does Square use to store financial transaction data?
23. Which of the following is NOT a component of a database system?
24. Juan needs to create a database of all his friends. In a table, what is all the information about one friend considered?
25. What are the different types of data integrity?
26. Object-Oriented Programming is differ from any other programing by its building blocks of:
27. What defines the transformation of data into information?
28. What is the importance of data in computing?
29. To write programs using Java, which Java IDE is widely used for development?
30. Which ACID property ensures that committed transaction changes are permanent?
31. Which of the following is a type of query in MS Access?
32. ..... Key uniquely identifies each record in table.
33. What does the WHERE clause do in an SQL statement?
34. What are the types of data integrity constraints?
35. ..... is a database that supports data distributed across several different sites
36. Which of the following is not a database programs?
37. A Teacher can handle many Subjects, while a Subject can also be handled by many Teachers. Which ERD correctly shows this relationship?
38. What is a disadvantage of database systems?
39. Which of the following is an advantage of using a DBMS over a traditional file system?
40. What functions can be performed on a database?
41. A deadlock exists in the system if and only if the wait-for graph contains a .....
42. Which of the following is a characteristic of the Object-Oriented DBMS?
43. The ..... rule specifies that an entity can be a member of only one subtype at a time.
44. In the relation model, the relation are generally termed as .....
45. Which of the following is a benefit of using a cloud database?
46. What is the purpose of a view in SQL?
47. If a website developer wants to create a form where users can input their email and submit it, then which HTML tag should he/she use?
48. Which of the following best describes a relational database?
49. How do you update a record in SQL?
50. What is a performance-related disadvantage of a DBMS?
51. What is a view in SQL and how is it different from a table?
52. Which of the following types of database users interacts directly with the database?
53. In the ..... normal form, a composite attribute is converted to individual attributes
54. What is the primary function of the storage manager in a DBMS?
55. What is a safe expression in relational calculus?
56. What is the output when the data "FOREIGN key' is set to the text format > in Access?
57. When subtypes are overlapping, an additional field must be added to the supertype to act as a discriminator.
58. What is the purpose of SQL in database management?
59. In a database for a hospital, there are separate tables for 'Patients', 'Doctors', and 'Appointments'. If a query is run to find a patient's diagnosis, what type of database architecture component is being used to retrieve that specific information for the user?
60. What does a composite key consist of?