Unit 1: Basics of Database - Subjective Questions

CAP570 — Advanced Database Techniques • Practice Questions with Detailed Answers

20 questions

1

Define a database and explain its major characteristics.

2

Explain the importance of databases in modern information systems.

3

Describe five major application areas of database systems with suitable examples.

4

Distinguish between a database, a DBMS, and a database system.

5

Compare the traditional file-processing approach with the database approach.

6

Classify databases into major types and explain the characteristics of each type.

7

Differentiate between relational and NoSQL databases. State situations in which each is appropriate.

8

Explain the three-schema database architecture and identify the purpose of each level.

9

Define data independence. Distinguish between logical and physical data independence with examples.

10

Describe the major components of a database system and explain how they interact.

11

Explain the functions of the query processor, storage manager, transaction manager, and recovery manager in a DBMS.

12

What is a database schema? Distinguish among schema, subschema, database state, and metadata.

13

Explain the role of the data dictionary or system catalog in a database system.

14

Define a data model and compare the hierarchical, network, relational, and object-oriented data models.

15

Explain conceptual, logical, and physical data models, giving an example of an artifact produced at each level.

16

Describe the major steps involved in conceptual database design using the Entity-Relationship approach.

17

Explain how a conceptual Entity-Relationship model is transformed into a logical relational schema.

18

Discuss the objectives and major decisions involved in physical database design.

19

Compare centralized, client-server, distributed, and cloud database architectures.

20

A university wants to create a database for students, departments, courses, instructors, and enrollments. Describe how conceptual, logical, and physical design would be carried out for this system.