DBMS(1)-LEC-1
DBMS(1)-LEC-1
DBMS(1)-LEC-1
system 1
Lecture 1
Database overview
Database overview
Database overview
Simplified database system environment
multiple choice questions
1. What is the full form of DBMS?
Answer: b
Explanation: DBMS is abbreviated as Database Management System. Database Management System stores the
data and allows authorized users to manipulate and modify the data.
2. What is a database?
a) Organized collection of information that cannot be accessed, updated, and managed
b) Collection of data or information without organizing
c) Organized collection of data or information that can be accessed, updated, and managed
d) Organized collection of data that cannot be updated
Answer: c
Explanation: It is defined as an organized collection of data or information for easy access, updating, and
management in a computer.
3. What is DBMS?
a) DBMS is a collection of queries
b) DBMS is a high-level language
c) DBMS is a programming language
d) DBMS stores, modifies and retrieves data
Answer: d
Explanation: DBMS is nothing but a storehouse wherein the authorized user can create a database to store,
modify or retrieve the organized data in the table. It can be modified or retrieved by users who have access to
DBMS only.
• 4. Who created the first DBMS?
a) Edgar Frank Codd
b) Charles Bachman
c) Charles Babbage
d) Sharon B. Codd
Answer: b
Explanation: Charles Bachman along with his team invented the first DBMS known as Integrated Data
Store (IDS).
• Answer: d
Explanation: The reason for creating the database management system was to store large data and these
data can be of any form image, text, audio, or video files, etc. DBMS allows the users to store and access
the data of any format.
6. Which of the following is not an example of DBMS?
a) MySQL
b) Microsoft Acess
c) IBM DB2
d) Google
Answer: d
Explanation: MySQL, Microsoft Access, IBM DB2 are database management systems while Google is a search engine. MySQL is a Linux-based database management system, Microsoft
Access is a tool that is a part of Microsoft Office used to store data, IBM DB2 is a database management system developed by IBM. Google’s Bigtable is the database that runs Google’s
Internet search, Google Maps, YouTube, Gmail, and other products.
Answer: c
Explanation: Single-user Access only” is not a feature of DBMS. DBMS allows multiple users to access and manipulate the database concurrently. It provides mechanisms to handle
concurrent access and ensure data consistency and integrity among multiple users.
Mulitple-user Access
a) Data
b) Data Languages
c) Data Manager
d) All of the above
Answer: d