MCQ On DBMS Basic
Q1. What is the full form of DBMS?.
- Data of Binary Management System
- Database Management System
- Database Management Service
- Data Backup Management System
Answer: b, Database Management System
Solution: DBMS stands for Database Management System. It stores and allows manipulation of data efficiently.
Q2. What is DBMS?.
- DBMS is a collection of queries
- DBMS is a high-level language
- DBMS is a programming language
- DBMS stores, modifies and retrieves data
Answer: d, DBMS stores, modifies and retrieves data
Solution: DBMS is a system that stores, modifies, and retrieves organized data.
Q3. Which type of data can be stored in the database?.
- Image oriented data
- Text, files containing data
- Data in the form of audio or video
- All of the above
Answer: d, All of the above
Solution: DBMS supports multiple data types like text, image, audio, and video.
Q4. In which format is data stored in DBMS?.
- Image
- Text
- Table
- Graph
Answer: c, Table
Solution: Data is stored in table format for easy management and access.
Q5. Which of the following is not a type of database?.
- Hierarchical
- Network
- Distributed
- Decentralized
Answer: d, Decentralized
Solution: Common database types: Centralized, Distributed, Relational, NoSQL, etc. Decentralized is not one.
Q6. Which of the following is not an example of DBMS?.
- MySQL
- Microsoft Access
- IBM DB2
Answer: d, Google
Solution: Google is a search engine, not a DBMS.
Q7. Which of the following is not a feature of DBMS?.
- Minimum Duplication and Redundancy of Data
- High Level of Security
- Single-user Access only
- Support ACID Property
Answer: c, Single-user Access only
Solution: DBMS supports multiple-user access; single-user access is not a feature.
Q8. Which of the following is a feature of the database?.
- No-backup for the data stored
- User interface provided
- Lack of Authentication
- Store data in multiple locations
Answer: b, User interface provided
Solution: Database provides user interface, authentication, and backup mechanisms.
Q9. Which of the following is not a function of the database?.
- Managing stored data
- Manipulating data
- Security for stored data
- Analysing code
Answer: d, Analysing code
Solution: DBMS manages, stores, manipulates, and secures data but doesn’t analyze code.
Q10. Which of the following is known as a set of entities of the same type that share same properties or attributes?.
- Relation set
- Tuples
- Entity set
- Entity Relation model
Answer: c, Entity set
Solution: Entity set represents entities of the same type sharing common attributes.
Q11. What is information about data called?.
- Hyper data
- Tera data
- Meta data
- Relations
Answer: c, Meta data
Solution: Metadata is information describing data, such as its type, format, and meaning.
Q12. What does an RDBMS consist of?.
- Collection of Records
- Collection of Keys
- Collection of Tables
- Collection of Fields
Answer: c, Collection of Tables
Solution: RDBMS organizes data into tables containing fields (columns) and records (rows).
Q13. According to which integrity constraint must values in referencing attributes match specified attributes in referenced relation?.
- Referential
- Primary
- Referencing
- Specific
Answer: a, Referential
Solution: Referential integrity ensures relationships between tables are consistent.
Q14. _____________ is a hardware component important for DBMS operation..
- Microphone
- High speed, large capacity disk to store data
- High-resolution video display
- Printer
Answer: b, High speed, large capacity disk to store data
Solution: Databases require large-capacity, high-speed disks for data storage.
Q15. The DBMS acts as an interface between ________________ and ________________..
- Data and the DBMS
- Application and SQL
- Database application and the database
- The user and the software
Answer: c, Database application and the database
Solution: DBMS acts as a bridge between database applications and the actual database.
Q16. Procedural language among the following is __________.
- Domain relational calculus
- Tuple relational calculus
- Relational algebra
- Query language
Answer: c, Relational algebra
Solution: Relational algebra is a procedural language used in database queries.
Q17. Which of the following is not a utility of DBMS?.
- Backup
- Data Loading
- Process Organization
- File organization
Answer: c, Process Organization
Solution: Backup and file organization are DBMS utilities; process organization is not.
Q18. Which of the following is the best way to represent attributes in a large DB?.
- Dot representation
- Concatenation
- Relational-and
- All of the mentioned
Answer: b, Concatenation
Solution: Concatenation helps join two or more fields to form a combined attribute.
Q19. The oldest DB model is _______________.
- Network
- Physical
- Hierarchical
- Relational
Answer: c, Hierarchical
Solution: Hierarchical DB model (1960s, IBM) used a parent-child structure.
Q20. Which of the following establishes a top-to-bottom relationship among the items?.
- Relational schema
- Network schema
- Hierarchical schema
- All of the mentioned
Answer: c, Hierarchical schema
Solution: Hierarchical schema represents data in a tree-like parent-child relationship.
Q21. The logical design and the snapshot of data at a given time is known as?.
- Instance & Relation
- Relation & Schema
- Domain & Schema
- Schema & Instance
Answer: d, Schema & Instance
Solution: Schema defines structure; instance is the data at a particular moment.