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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What term is used to describe the process of organizing data into tables to minimize redundancy and dependency?
2. What is the file extension for databases created in MS Access 2007?
3. Which data type can store date and time values with precision up to milliseconds and microseconds?
4. Why is it incorrect to have two identical records when a key field is used?
5. If you were to organize a large collection of documents, which database component would be most similar to the file folders that group related documents together?
6. Flat-file Structure
7. Which of the following is an example of a secondary key in a database?
8. Which data structure holds all information relevant to a specific entity in a database?
9. What is an entity in a database context?
10. How do databases improve healthcare?
11. Which structure is best suited for real-time GPS navigation systems using unstructured data?
12. What is the purpose of indexing in a database?
13. A row is a collection of data under different column headings, also called as
14. In a database context, what is a table most similar to?
15. What type of end users maintain personal databases using ready-made software packages?
16. In MS Access, which view allows you to modify the structure and layout of a form?
17. Which query type can prompt for criteria each time it is run?
18. Evolution of data models aims to improve .....
19. Dalam diagram use case, include digunakan untuk:
20. Which of these best describes a schema?
21. Course(course ..... id, sec ..... id, semester)Here the course ..... id, sec ..... id and semester are ..... and course is a .....
22. What is the purpose of metadata in a database?
23. What is the primary disadvantage of a flat file database?
24. How can you export a report from Access to another format?
25. What is normalization and why is it important?
26. How can you filter data in a report in Access?
27. What are the different types of Access Objects?
28. Explain the purpose of the 'GROUP BY' clause in SQL and provide an example.
29. Which type of database is best for handling large amounts of structured data?
30. True or False:StudentName in the Students table is a domain.
31. The ..... operation is used for selecting a subset with tuples according to a given condition.
32. What is the function of the following command?Delete from r where P;
33. Which section of a PL/SQL anonymous block is *mandatory*?
34. A DBMS performs several important functions that guarantee the integrity and consistency of the data in the database. Which of the following is NOT one of those functions?
35. What does the term "key field" refer to in a database?
36. The purpose of a database is to:
37. Which of these would be the best choice for creating a music database in Excel?
38. The statement in SQL which allows to change the definition of a table is
39. What is a Composite Key in database management?
40. What is the default sort order of the ORDER BY clause?
41. Which transaction property ensures database correctness?
42. Which of the following is NOT a disadvantage of using a DBMS?
43. Dr.E.F. Codd represented ..... rules that a database must obey if it has to be considered truly relational.
44. A table contains:
45. What happens when a relationship is enforced with referential integrity?
46. Aaronique, Andre and Jahmar are organizing a student database. They have attributes ID, CITY, and NAME. Which one of these can be considered as a primary key?
47. How does data integrity differ between relational and non-relational databases?
48. Which SQL clause groups rows based on column values?
49. All of the following meets database objectives except
50. Which of the following is NOT a type of database performance tuning technique?
51. Which command is used to insert new data into a table?
52. Which of the following is an example of a foreign key in a database?
53. What is the best solution to data anomalies?
54. When creating a foreign key relationship, which of the following statements is true?
55. ..... managing the license keys managing user accounts and access etc.
56. Which architecture involves multiple database servers?
57. A group of columns serving as a primary key are known as ..... key
58. Which data type can store up to 255 characters?
59. The relational model represents data in the form of .....
60. A contains the smallest unit of meaningful data, so you might call it the basic building block for a data file.