Dbms QB
Dbms QB
Course Marks
PART A(2 Marks) Bloom's Level
Outcome Allotted
5. Compare the features of file system with database system. [BL4] [CO1] [2]
Descriptive Questions (13 /15/16 Marks)
Explain Basic architecture of DBMS with its neat block diagram. [BL2] [CO1]| (13]
7 Write short notes on [BL1] [C01] [13]
() Purpose of Database systems(5)
(ü) Views of data (4)
() Applications of database systems(4)
8 [BL3] [CO1] (13]
llustrate with an example, Extended E-R Diagram and its notations.
9. lustrate in detail about Relational Data model and ER model for (BL3] [C01] [13]
employee database application.
10. Draw ER Diagram for" Restaurant menu ordering system", which wil [BL6] [CO1] [13]
facilitatethe food items ordering and services within restaurant. The
entire scenario is detailed below. The customer is able to view the food
items menu, call the waiter, place orders and obtain final bill through the
computer kept in their table. The waiters through their wireless tablet PC
are able to initialize atable for customers,control the table functions tol
assis1 Customers orders, send orders to fcod preparation siaff(chef)
and finalize the customers bill. The chef with their touch display interface
to the system, are able to vieW orders sent to the kitchen by waiters.
During preparation they are able to let the waiter know the status of
each item,and can send notifications when items are completed. The
system should have full accountability and logging facilities and should
support supervisor actions to account for exceptional circumstances
Such as meal being refunded or walked out on.
3 Define Strict And Rigorous Two Phase Locking Protocol [BL1) [CO3) (2]
4 Consider the following transaction T consisting of T1 and T2: Transfer of (BL3) (CO3] (2)
100 from account X to account Y.
Before:>X:500 Y:200
Transaction T
T1 T2
Read (X) Read(Y)
S:=x-100 Y:=Y+100
Write(X) Write(Y)
After:X:400 Y:300
If the transaction fails after completion of T1 but before completion of T2.
(say, after write(X) but before write(Y)), then amount has been deducted
from Xbut not added to Y.Which ACID property must be used to avoid
inconsistency?
5 What are the operations in schedule are said to be conflict? [BL4] [CO3] (2]