Você está na página 1de 6

VINS CHRISTIAN COLLEGE OF ENGINEERING

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

MODEL EXAM

DATA BASE MANAGEMENT SYSTEM

II CSE

MARKS:100

PART A(2x10=20)

1. What is weak entity? Give one example


2. For what purpose DBMS was introduced
3. Who is a DBA? What are the responsibilities of a DBA?
4. Differentiate dynamic SQL and static SQL?
5. What is the disadvantage of natural join? How it is overcome?
6. Define DCL
7. What is the disadvantage of B tree over B+ tree?
8. Explain the concept of crawling and indexing the web?
9. Define risk and threats?
10.What is the drawback of flash memory?

PART B(5X13=75)

11.a) Explain the three different groups of data models with examples.

OR

b) A university registrar’s office maintains data about the following entities :

(1) Courses, including number, title, credits, syllabus, and prerequisites;

(2) Course offerings, including course number, year, semester, section


number, instructor, timings, and classroom;

(3) Students, including student-id, name, and program;


(4) 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 for must be appropriately modeled.
Construct an E-R diagram for the registrar’s office. Document all assumptions
that you make about the mapping constraints.

12. a)Explain the concept of normalization in detail

OR

b)Explain the concept of functional dependency in detail

13.a)Give a brief description about query processing and optimization and


heuristics and cost estimates

OR

b) Consider the following relational database

employee (employee-name, street, city)

works ( employee-name, company-name, salary)

company (company-name, city)

manages (employee-name, manager-name)

Give an expression in SQL to express each of the following queries :

i)Find the names and cities of residence of all employees who work for XYZ
Bank.
ii) Find the names, street address, and cities of residence of all employees who
work for XYZ Bank and earn more than Rs. 10,000 per annum.

iii) Find the names of all employees in this database who live in the same city
as the company for which they work.

iv)Find the names of all employees who live in the same city and on the same
street as do their managers.

14.a)i)Explain the concept of B tree and B+ tree in detal(5)

ii)Explain the spatial and mobile data base in detail(8)

15.a)Describe

i)Data base acess control

ii)Types of previledges

OR

b) Define cryptography and threats and risks

PART C(1x15=15)

16. Explain the concept of data ware housing and mining in detail(15)

VINS CHRISTIAN COLLEGE OF ENGINEERING


DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
MODEL EXAM
OBJECT ORIENTED ANALYSIS AND DESIGN
III CSE
MARKS:100
PART A (10X2=20)
1. What are the three perspectives to apply UML?

2. What are the primary goals in design of UML?

3. Define pattern and design pattern?

4. Define modular design?

5. What is the relation of a conceptual superclass to sub class

6. How to create a domain model?

7. What are the strength and weakness of sequence and collaboration diagram

8. How to naming system events and operations?

9. What is regression testing

10. List out the issues in OO testing

PART B (13X5=65)

1. a)Explain about use case model of a case study of your choice(13)

OR

b) Explain the interactive modelling for pay roll in UML

2. a) Explain all GRASP patterns


OR

b) i) Differentiate bridge and adapter

ii) How will you design the behavioral pattern

3. a) Write about elaboration and differentiate elaboration and inception with


university domain

OR

b)Explain association and aggregation and composition relation in detail

4. a) Write the interaction diagram for inventory management system

OR

b) Explain model view separation principles and explain its view

5. a) Explain

i) GUI testing

ii) OO system testing

PART C(15X1=15)

1 .Draw the UML diagrams for library management system

Você também pode gostar