This quiz works best with JavaScript enabled. Home > Cbse > Class 11 > Science > Computer Science > Class 11 Computer Science Chapter 7 Database Concepts – Quiz 18 🏠 Homepage 📘 Download PDF Books 📕 Premium PDF Books Class 11 Computer Science Chapter 7 Database Concepts Quiz 18 (60 MCQs) Quiz Instructions Select an option to see the correct answer instantly. 1. What is the role of a data warehouse in business intelligence? A) The role of a data warehouse in business intelligence is to provide a centralized repository for data that supports reporting, analysis, and decision-making. B) A data warehouse is a tool for managing customer relationships. C) The data warehouse is primarily used for real-time data processing. D) A data warehouse stores only transactional data for operational use. Show Answer Correct Answer: A) The role of a data warehouse in business intelligence is to provide a centralized repository for data that supports reporting, analysis, and decision-making. 2. Which of the following SQL queries is used to retrieve records having open ..... bal between 15000 to 20000 by selecting the right command: A) Select total from customer having open bal between 15000 and 20000;;. B) Select count(*) from customer where open bal between 15000 to 20000;;. C) Select * from customer where open bal between 15000 and 20000;. D) Select count(*) from customer order by open bal;. Show Answer Correct Answer: C) Select * from customer where open bal between 15000 and 20000;. 3. What is a key benefit of using offline databases? A) They are managed by cloud providers. B) They reduce the risk of cyber attacks. C) They offer 99.9% availability. D) They are accessible from anywhere. Show Answer Correct Answer: B) They reduce the risk of cyber attacks. 4. What are the advantages of using views in a database? A) Advantages of using views include simplified queries, enhanced security, improved data abstraction, easier maintenance, and specific data presentation. B) Limited access to data updates. C) Slower query performance. D) Increased data redundancy. Show Answer Correct Answer: A) Advantages of using views include simplified queries, enhanced security, improved data abstraction, easier maintenance, and specific data presentation. 5. A row in a database. A) Table. B) Field. C) Record. D) Entity. Show Answer Correct Answer: C) Record. 6. Which of the following is NOT a feature of a relational database? A) Data is stored in tables. B) Data is stored in files. C) Data can be easily queried. D) Data integrity is maintained. Show Answer Correct Answer: B) Data is stored in files. 7. Apa kepanjangan dari ERD? A) Diagram Entitas-Peran. B) Diagram Pengarah Entitas. C) Diagram Sumber-Daya Perusahaan. D) Diagram Relasi-Diperluas. E) Diagram Entitas-Relasi. Show Answer Correct Answer: E) Diagram Entitas-Relasi. 8. What can Select Queries do with data? A) Filter and specify fields for display. B) Delete records. C) Create new tables. D) Append data to another table. Show Answer Correct Answer: A) Filter and specify fields for display. 9. What does a record (or row) in a database table represent? A) A unique identifier. B) A calculation used. C) A specific name. D) A collection of data for one item or person. Show Answer Correct Answer: D) A collection of data for one item or person. 10. Which data type is appropriate for storing long paragraphs of text? A) Text. B) Yes/No. C) Memo. D) Number. Show Answer Correct Answer: C) Memo. 11. What does the 'I' in ACID properties stand for? A) Isolation. B) Integrity. C) Indexing. D) Inconsistency. Show Answer Correct Answer: A) Isolation. 12. Which of the following is a feature of NoSQL databases? A) Only supports SQL queries. B) Requires complex joins. C) Fixed schema for data. D) Dynamic schema for unstructured data. Show Answer Correct Answer: D) Dynamic schema for unstructured data. 13. Which SQL operator compares a value with all values in a subquery? A) EXISTS. B) ANY. C) ALL. D) IN. Show Answer Correct Answer: C) ALL. 14. How are "Fields" defined in a Microsoft Excel flat file database? A) The ability to keep data consistent with relevant raw facts. B) The ability to store, sort, and search data. C) The single cell bisecting row and column. D) Categories of data being stored within the table. Show Answer Correct Answer: C) The single cell bisecting row and column. 15. What is the benefit of using an ER model before creating a physical database? A) Helps with software coding. B) Helps design logical relationships and structure. C) Improves file size. D) Adds storage space. Show Answer Correct Answer: B) Helps design logical relationships and structure. 16. A relation is in 1NF if it doesn't contain any ..... ? A) Determinants. B) Repeating groups. C) Null values in primary key fields. D) Functional dependencies. Show Answer Correct Answer: B) Repeating groups. 17. ..... is a container of database objects in Microsoft Access. A) Field. B) Database. C) Table. D) Form. Show Answer Correct Answer: C) Table. 18. Select * from ..... ; A) Databasename. B) Fieldname. C) Tablename. D) None of these. Show Answer Correct Answer: C) Tablename. 19. Which of the following is a characteristic of unstructured data? A) Can only be stored in relational databases. B) Exists in its original state. C) Requires a fixed schema. D) Stored in a predefined format. Show Answer Correct Answer: B) Exists in its original state. 20. With reference to SQL, identify the invalid data type. A) Month. B) Integer. C) Date. D) Varchar. Show Answer Correct Answer: A) Month. 21. Section B:Multiple Choice (5 marks)-Circle or write the correct letter (A, B, C, or D). Which of the following best defines a field? A) A type of software program. B) A collection of tables. C) A single category of data, such as "Age". D) A complete record about one student. Show Answer Correct Answer: C) A single category of data, such as "Age". 22. What is the primary key in a table? A) A set of attributes that form a primary key. B) A unique identifier for a table. C) A data structure built from one or more columns in a database table. D) An individual data item stored for an entity. Show Answer Correct Answer: B) A unique identifier for a table. 23. Which of the following is a real-world example of a database in a library? A) Books table. B) Library building. C) Reading room. D) Library card. Show Answer Correct Answer: A) Books table. 24. Dalam diagram use case, aktor biasanya digambarkan dengan: A) Persegi panjang. B) Segitiga. C) Figur tongkat. D) Lingkaran. E) Belah ketupat. Show Answer Correct Answer: C) Figur tongkat. 25. ..... ensures users can access data at the same time. A) Data validation. B) Data consistency. C) Data concurrency. D) Data verification. Show Answer Correct Answer: C) Data concurrency. 26. A database relationship is established by: A) Using foreign keys. B) Deleting tables. C) Changing field names. D) Adding duplicate records. Show Answer Correct Answer: A) Using foreign keys. 27. Which property ensures "all or nothing" execution? A) Consistency. B) Durability. C) Isolation. D) Atomicity. Show Answer Correct Answer: D) Atomicity. 28. Perintah berikut ada dalam Bahasa Data Defintion Language, kecuali ..... A) Drop. B) Rename. C) Alter. D) Select. E) Create. Show Answer Correct Answer: D) Select. 29. Which of the following is a common DBMS? A) Adobe Photoshop, Google Chrome, Microsoft Word, Spotify. B) MS-Access, Oracle, MySQL, Microsoft SQL Server. C) Java, Python, C++, Ruby. D) Facebook, Twitter, Instagram, Snapchat. Show Answer Correct Answer: B) MS-Access, Oracle, MySQL, Microsoft SQL Server. 30. In a hospital database, which table would contain information about patients? A) Patients Table. B) Doctors Table. C) Prescriptions Table. D) Appointments Table. Show Answer Correct Answer: A) Patients Table. 31. Which type of data model is simpler and easier to read? A) Physical Data Model. B) Hierarchical Data Model. C) Logical Data Model. D) Conceptual Data Model. Show Answer Correct Answer: D) Conceptual Data Model. 32. A database is a ..... collection of related data. A) Random. B) Temporary. C) Organized. D) Unprocessed. Show Answer Correct Answer: C) Organized. 33. Related fields in a database are grouped to form a A) Bank. B) Data record. C) Menu. D) Data file. Show Answer Correct Answer: B) Data record. 34. How does a foreign key function in a database? A) It encrypts sensitive information. B) It connects one table to another. C) It stores user data. D) It identifies a unique record. Show Answer Correct Answer: B) It connects one table to another. 35. ER models are useful for designing the structure of relational databases. A) True. B) False. C) All the above. D) None of the above. Show Answer Correct Answer: A) True. 36. Which SQL command would you use to add a new row to a table? A) ADD. B) APPEND. C) INSERT. D) UPDATE. Show Answer Correct Answer: C) INSERT. 37. An entity is represented by what in a database? A) Column. B) Cell. C) Table. D) Row. Show Answer Correct Answer: C) Table. 38. What is an attribute in a database? A) A table in a database. B) A query in a database. C) A relationship between two entities in a database. D) A characteristic or property of an entity in a database. Show Answer Correct Answer: D) A characteristic or property of an entity in a database. 39. Why is it important to choose the correct data type for a field in a database? A) It is important to ensure data integrity and optimize performance. B) It allows for easier data visualization techniques. C) It simplifies the process of data entry and retrieval. D) It helps in creating user-friendly interfaces. Show Answer Correct Answer: A) It is important to ensure data integrity and optimize performance. 40. What are the common data types used in database tables? A) Integer, Float, String, Date, Boolean. B) Currency, Image, File, URL, Email. C) Text, Number, DateTime, Array, Object. D) Character, Decimal, Time, List, Set. Show Answer Correct Answer: A) Integer, Float, String, Date, Boolean. 41. Which SQL command is used to create a new table? A) ADD table. B) INSERT table. C) CREATE table. D) NEW table. Show Answer Correct Answer: C) CREATE table. 42. Which of the following is an advantage of a flat file database? A) Eliminates redundancy. B) Simple and easy to implement. C) Allows for complex queries. D) Supports multiple relationships. Show Answer Correct Answer: B) Simple and easy to implement. 43. The ..... operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple A) Intersection. B) Union. C) Select. D) Join. Show Answer Correct Answer: D) Join. 44. Database Management System (DBMS) A) Software used to create, manage, and control databases. B) A type of hardware used for data storage. C) A programming language for database queries. D) A network protocol for data transmission. Show Answer Correct Answer: A) Software used to create, manage, and control databases. 45. What are the key components of a database? A) Data, Database Management System (DBMS), Database Schema. B) Data, Object-Oriented Databases, NoSQL Databases. C) Primary Key, Foreign Key, Queries. D) Data, Tables, Queries. Show Answer Correct Answer: A) Data, Database Management System (DBMS), Database Schema. 46. A subquery inside another query that references outer query columns is called: A) Simple Subquery. B) Correlated Subquery. C) Inline View. D) Nested Subquery. Show Answer Correct Answer: B) Correlated Subquery. 47. What can queries perform on data besides extracting it? A) Encrypting data. B) Performing calculations like totals and averages. C) Deleting data. D) Creating new tables. Show Answer Correct Answer: B) Performing calculations like totals and averages. 48. Entities can be associated with one another in which of the following? A) Relationships. B) Attributes. C) Identifiers. D) Entities. Show Answer Correct Answer: A) Relationships. 49. Which of the following technologies would you use to analyze the social media data collected by a major online retailer? A) OLAP. B) Hadoop. C) Data warehouse. D) Data mart. Show Answer Correct Answer: B) Hadoop. 50. The SQL used by front-end application programs to request data from the DBMS is called ..... A) A. DML. B) D. SDL. C) B .DDL. D) C .VDL. Show Answer Correct Answer: A) A. DML. 51. In a one-to-one relationship, how many records in one table can be associated with records in another table? A) None. B) One. C) Two. D) Many. Show Answer Correct Answer: B) One. 52. Which type of relationship is the most common in databases? A) One to one. B) One to many. C) Many to many. D) None of the above. Show Answer Correct Answer: B) One to many. 53. Which data type can store up to 1 gigabyte of data? A) Long Text. B) Number. C) Date/Time. D) Text. Show Answer Correct Answer: A) Long Text. 54. An attribute in a database refers to: A) The database software. B) A specific characteristic of an entity. C) A relationship between tables. D) A table's structure. Show Answer Correct Answer: B) A specific characteristic of an entity. 55. The command to update multiple documents is: A) UpdateOne(). B) UpdateMany(). C) UpdateAll(). D) BulkUpdate(). Show Answer Correct Answer: B) UpdateMany(). 56. Perintah SQL yang benar untuk membuat database baru bernama 'siswa' adalah ..... A) NEW DATABASE siswa;. B) ADD DATABASE siswa;. C) MAKE DATABASE siswa;. D) CREATE DATABASE siswa;. Show Answer Correct Answer: D) CREATE DATABASE siswa;. 57. Entity in a database A) A programming language used for database operations. B) A method for querying data. C) An object or thing that can have data stored about it. D) A type of database management system. Show Answer Correct Answer: C) An object or thing that can have data stored about it. 58. Which of the following is a characteristic of a digital database? A) It can only store text data. B) It is organized and easily searchable. C) It requires physical space for storage. D) It is not accessible remotely. Show Answer Correct Answer: B) It is organized and easily searchable. 59. What is a "primary key" in a database table? A) A unique identifier for each record in the table. B) A field that allows duplicate values. C) A field that cannot contain NULL values. D) A field used for sorting data. Show Answer Correct Answer: A) A unique identifier for each record in the table. 60. Which of the following is a characteristic of object-oriented database structures? A) Stores data only in rows and columns. B) Uses classes and objects similar to programming languages. C) Does not support inheritance. D) Does not store methods with data. Show Answer Correct Answer: B) Uses classes and objects similar to programming languages. ← PreviousNext →Related QuizzesScience QuizzesClass 11 QuizzesClass 11 Computer Science Chapter 7 Database Concepts Quiz 1Class 11 Computer Science Chapter 7 Database Concepts Quiz 2Class 11 Computer Science Chapter 7 Database Concepts Quiz 3Class 11 Computer Science Chapter 7 Database Concepts Quiz 4Class 11 Computer Science Chapter 7 Database Concepts Quiz 5Class 11 Computer Science Chapter 7 Database Concepts Quiz 6Class 11 Computer Science Chapter 7 Database Concepts Quiz 7Class 11 Computer Science Chapter 7 Database Concepts Quiz 8 🏠 Back to Homepage 📘 Download PDF Books 📕 Premium PDF Books