wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS10337 - Lecture # 7

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

Data modeling is done after the database tables are created in MySQL.

a)

True

b)

False

2.

A conceptual data model focuses on entities and relationships without including physical database details.

a)

True

b)

False

3.

Data modeling improves communication between technical and business teams.

a)

True

b)

False

4.

Normalization is unrelated to data modeling because it deals only with physical implementation.

a)

True

b)

False

5.

In a data model, a one-to-many relationship means that one record in a table can relate to multiple records in another.

a)

True

b)

False

6.

Which of the following are key objectives of data modeling?
(Select all that apply)

a)

Clarity

b)

Accuracy

c)

Performance tuning of SQL queries

d)

Communication

e)

Security enforcement

7.

Which of the following best describes the role of data modeling?

a)

To define how data is physically stored in MySQL

b)

To visually represent entities, attributes, and relationships before implementation

c)

To optimize query performance using indexes

d)

To enforce data security through user permissions

8.

Which of the following are common relationship types used in data modeling?
(Select all that apply)

a)

One-to-One

b)

One-to-Many

c)

Many-to-Many

d)

Circular-to-Linear

9.

During the data modeling process, which of the following are typical steps?
(Select all that apply)

a)

Identify entities and attributes

b)

Establish relationships

c)

Draw the ER diagram

d)

Write SQL queries for each relationship

e)

Apply normalization

10.
  1. In the airline flight management system demo, which of the following would be considered entities?
    (Select all that apply)

a)

Flight

b)

Passenger

c)

Aircraft

d)

Booking

e)

Pilot