wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Database Management Systems Unit I Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the primary purpose of a Database Management System (DBMS)?

a)

Store and retrieve data

b)

Print reports

c)

Play multimedia files

d)

Create graphics

2.

Which of the following is an example of a Database-System Application?

a)

Word Processor

b)

Web Browser

c)

Inventory Management System

d)

Photo Editing Software

3.

What is the main advantage of using a relational database?

a)

Faster data entry

b)

Improved data security

c)

Reduced data redundancy

d)

Easier data visualization

4.

In the context of a database, what is a "view"?

a)

A graphical representation of data

b)

A virtual table based on the result of a SELECT query

c)

A data input form

d)

A backup copy of the database

5.

Which database language is commonly used for querying relational databases?

a)

HTML

b)

CSS

c)

SQL

d)

Java

6.

What is the purpose of the database design phase?

a)

Enter data into the database

b)

Create a backup of the database

c)

Organize and structure data for efficient storage and retrieval

d)

Delete unnecessary records from the database

7.

What is the role of transaction management in a database system?

a)

Manage user authentication

b)

Ensure data consistency and integrity

c)

Design database tables

d)

Optimize query performance

8.

Data mining is primarily concerned with:

a)

Storing and retrieving data

b)

Analyzing and discovering patterns in large datasets

c)

Creating graphical representations of data

d)

Securing data from unauthorized access

9.

What is the function of a Database Administrator (DBA)?

a)

Develop software applications

b)

Design database tables

c)

Manage and maintain the database system

d)

Write SQL queries

10.

Which of the following is a key component of database architecture?

a)

Keyboard

b)

Monitor

c)

Storage device

d)

Database server

11.

What is the history of the first commercially available relational database management system (RDBMS)?

a)

Oracle

b)

MySQL

c)

IBM DB2

d)

Microsoft SQL Server

12.

What term is used to describe the users who interact with the database without directly dealing with its internal structure?

a)

Database Administrators

b)

End Users

c)

Developers

d)

System Analysts

13.

What is the purpose of normalization in database design?

a)

Increase data redundancy

b)

Improve data integrity

c)

Slow down data retrieval

d)

Decrease database security

14.

Which database language is used for defining and manipulating the structure of the database?

a)

SQL

b)

Java

c)

C++

d)

Python

15.

In the context of a database, what is ACID?

a)

A chemical compound

b)

A set of properties that guarantee database transactions are processed reliably

c)

A database programming language

d)

A data visualization tool

16.

What is the purpose of a data warehouse?

a)

Store data for day-to-day operations

b)

Support decision-making processes by providing a consolidated view of historical data

c)

Manage data access permissions

d)

Perform real-time data analysis

17.

Which of the following is NOT a type of database architecture?

a)

Client-Server

b)

Hierarchical

c)

Flat-file

d)

Parallel

18.

What is the primary goal of data storage in a database system?

a)

Minimize data redundancy

b)

Maximize data security

c)

Minimize query performance

d)

Maximize data entry speed

19.

What is the main function of a query language in a database system?

a)

Define the structure of the database

b)

Insert new records into the database

c)

Retrieve and manipulate data

d)

Delete the entire database

20.

Which of the following is an example of a non-relational database?

a)

MySQL

b)

MongoDB

c)

PostgreSQL

d)

Oracle