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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the highest level of data abstraction in a database system?
2. A field set as "Boolean (Yes/No)" would be BEST for storing:
3. In designing and creating tables, why is it important to choose appropriate data types and constraints for each column?
4. A DBMS acts as an interface between which two components of an enterprise database system?
5. What is a "table" in a relational database?
6. What is meant by a database?
7. Which of the following is true about removing rows from a table?
8. Which of the following is a typical example of technical metadata?
9. Explain the concept of database security.
10. How do you modify the layout of a form in Access?
11. Which term refers to a single piece of data in a database table?
12. Which of the following best describes end user data?
13. A column of a database relation is also known as
14. Which of the following best describes a column in a database?
15. .... where the data is organized as row and column.
16. Data abstraction helps in achieving .....
17. If column "Fees" contains the data set (5000, 8000, 7500, 5000, 8000), what will be the output after the execution of the given query? SELECT SUM (DISTINCT Fees) FROM student;
18. Which of these is not a type of data integrity?
19. Which one of the following given stament possibly contains the error?
20. The set of all valid values for the attribute grade (e.g. \{'A', 'B', 'C', 'D', 'F'\}) is called the attribute's:
21. Which of the following best defines an instance in a database?
22. Hubungan / relationship yang menggambarkan hubungan antara elemen yanglebih umum ke elemen yang lebih kusus/ spesifik disebut .....
23. Which is the following is not a type of database?
24. What are fields in a database table?
25. Which SQL statement is used to extract data from a database?