Class 11 Computer Science Chapter 7 Database Concepts Quiz 61 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is a query in a database?
2. Kemar is organizing a library database and needs to ensure each book can be uniquely identified. Which field should he use to uniquely identify a record in the table?
3. Which of the following is a guideline for naming tables?
4. Which type of database designer focuses on conceptual and logical design?
5. What is the first step in using a database?
6. Which architecture uses a single database on a single server?
7. The SERIAL keyword in PostgreSQL is used for:
8. DBMS is mainly used to .....
9. What is the main purpose of a Transaction Processing System (TPS)?
10. The status of a relational database in which entities do not contain repeated groups of attributes.
11. Given a table "students" with columns "id", "name", and "age", which is the correct syntax to insert a new record?
12. What is the main advantage of using a relational database over a flat file database?
13. What is the purpose of a query processor in a DBMS?
14. The underlying software that implement DBMS function is called data .....
15. In a three-tier architecture, which tier is responsible for business logic?
16. The Chen Notation ER model uses this symbol to represent weak entity set?
17. What is used if a postcode needs to have particular format, such as LL09 0LL?
18. Ankit is designing a table in MS Access. Each column in his table is referred to as a:
19. When data is sorted in ascending order, which value would appear first for age?
20. How does a database management system (DBMS) improve data integrity?
21. Which type of entity cannot exist in the database unless another type of entity also exists in the database, but does not require that the identifier of that other entity be included as part of its own identifier?
22. Which aggregate function calculates average values?
23. Which model is faster to access data?
24. Define the term 'primary key' in a database.
25. Referring to the ER diagram, what is a "relationship" ?