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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the purpose of the transaction log file in SQL Server?
2. Database Recovery:Restoring the database to a correct state after .....
3. How does the centralization of resources in a DBMS impact its vulnerability?
4. A client-server architecture for databases means:
5. How does a DBMS address the issue of data redundancy?
6. 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"); \} \}\}
7. What is the purpose of the database design phase?
8. Which SQL command is used to retrieve data?
9. Which of the following best describes data integrity in the context of a DBMS?
10. To remove duplicate rows from the result set of a select use the following keyword(s).
11. Which tag is used to define an image in an HTML document?
12. In data concurrency, what problem might arise without proper management?
13. Standalone Architecture:Database and application on ..... computer.
14. A ..... is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.
15. What is the primary purpose of a primary key in a database?
16. Which DBMS does Square use to store financial transaction data?
17. Which of the following is NOT a component of a database system?
18. What is the primary function of a Database Management System (DBMS)?
19. Juan needs to create a database of all his friends. In a table, what is all the information about one friend considered?
20. What are the different types of data integrity?
21. Object-Oriented Programming is differ from any other programing by its building blocks of:
22. What defines the transformation of data into information?
23. What is the importance of data in computing?
24. To write programs using Java, which Java IDE is widely used for development?
25. Which ACID property ensures that committed transaction changes are permanent?