Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

GLOBAL ACADEMY OF TECHNOLOGY

An Autonomous Institute, Affiliated to VTU Belagavi,


Approved by AICTE, Accredited by NAAC,’A’ Grade,
Ideal Homes Township, Raja Rajeshwari Nagar, Bengaluru – 560 098
Tel: +91 80 28603158 Email: hodaiml@gat.ac.in Web: www.gat.ac.in
Department of Artificial Intelligence & Machine Learning

QUESTION BANK (AY 2024-25)

COURSE: 22AML43
COURSE INSTRUCTOR: Vasugi I
MODULE 1
RBT
SL NO QUESTIONS CO
L

1. Explain the advantages of the DBMS approach 1 L2


With a neat labeled diagram explain three schema architecture L2
2. diagram 1

3. Explain the characteristics of the database approach 1 L2


Explain the various types of attributes that occur in E-R diagram L2
4. model with an example 1

5. What is a data model? Explain the concept of data independence. 1 L2


Construct an ER diagram for a car insurance company whose L3
6. customers own one or more cars each. Each car has associated with it 1
zero to any number of recorded accidents

A university registrar’s office maintains data about the following L3


entities: (a) courses, including number, title, credits, syllabus, and
prerequisites; (b) course offerings, including course number, year,
semester, section number, instructor(s), timings, and classroom; (c)
students, including student-id, name, and program; and (d)
7. 1
instructors, including identification number, name, department, and
title. Further, the enrollment of students in courses and grades
awarded to students in each course they are enrolled in must be
appropriately modeled. Construct an E-R diagram for the registrar’s
office.

8. Explain the types of entity type with example 1 L2


Explain the component modules of DBMS and their interaction, with the L2
9. 1
help of a diagram

What is weak entity type? Explain the role of partial key in weak entity L2
10. 1
type

11. Explain a simplified database environment with a suitable diagram 1 L2

12. Explain the types of DBMS interfaces 1 L2

13. Explain the various types of End Users 1 L2


Bring out the difference between the following with example : L2
a. Composite versus Simple (Atomic) Attributes
14. b. Single-Valued versus Multivalued Attributes 1
c. Stored versus Derived Attributes

Assume that you are designing a database for a hospital management L3


system. The database includes a table for patient records with various
attributes such as Patient_ID, Name, Address, Height, Weight,
Emergency_Contact, and Room_Number.

Consider the following scenarios and classify the type of NULL value in
each case and explain:
Scenario A:
A patient, Alex Johnson, was recently admitted, but his address details
15. have not been entered into the system yet. Therefore, the Address attribute 1
for Alex Johnson is NULL.
Scenario B:
Another patient, Emily Davis, is staying in a private room, which does not
have an emergency contact associated with the room. Hence, the
Emergency_Contact attribute for Emily Davis is NULL.
Scenario C:
The height measurement of a patient, John Smith, was supposed to be
recorded during his last visit, but the nurse forgot to take the measurement.
As a result, the Height attribute for John Smith is NULL.

16 1 L2
Explain the following with an example for each -
a) Many-to One relationship
b) One-to-Many relationship
17 1 L2
Explain relationship types and relationship set with examples for N:1 and
M:N relationships

You might also like