Major links



Quicklinks


📌 Quick Links
[ DBMS ] [ SQL ] [ DDB ] [ ML ] [ DL ] [ NLP ] [ DSA ] [ PDB ] [ DWDM ] [ Quizzes ]


Thursday, February 18, 2016

Anna University CS1301 DBMS Question papers November December 2008

CS1301 Database Management Systems question paper - Nov-Dec 2008 / Anna University Previous Year Exam Questions / Anna University Previous Year Computer Science and Information Technology Question Papers / Anna University Previous Year CS1301 DBMS Exam Questions under Regulation 2004





B.E./B.Tech. DEGREE EXAMINATION, NOV/DEC 2008
Fifth Semester
Computer Science and Engineering
CS 1301 — DATABASE MANAGEMENT SYSTEMS
(Common to B.E.(PART-TIME) Fourth Semester REGULATION 2005)
(Regulation 2004)
Time: Three hours                                                              Maximum: 100 Marks
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)
1. What is Database management system? Why do we need DBMS?
2. What are the three characteristics of a Relational Database system?
3. State the differences between security and integrity.
4. What is decomposition and how does it address redundancy?
5. What is a heap file? How are pages organized in a heap file?
6. How does a B-tree differ from a B+ tree? Why is B+ tree usually preferred as an access structure to a data file?
7. Give the meaning of the expression ACID transition.
8. When are two schedules conflict equivalent?
9. Define the terms fragmentation and replication, in terms of where data is stored.
10. What are structured data types? What are collection types, in particular?

PART B — (5 × 16 = 80 Marks)

11(a) (i) Explain the component modules of a DBMS and their interactions with the architecture. [10]
(ii) Construct an ER diagram to a model online book store. [6]
Or
(b) (i) Explain the basic Relational Algebra operations with the symbol used and an example for each.[10]
(ii) Discuss about Tuple Relational calculus and Domain Relational Calculus. [6]
12 (a) (i) Write short notes on the following: [10]
Data Manipulation Language (DML)
Data Definition Language (DDL)
Transaction Control Statements (TCS)
Data Control Language (DCL)
Data Administration Statements (DAS).
(ii) Consider the database given by the following schemas:[6]
Customer(Cust_No,Sales_Person_No,City)
Sales_Person(Sales_Person_No,Sales_Person_Name,Common_Prec,Year_of_Hire)
Give an expression in SQL for each of the following queries:
Display the list of all customers by Cust_No with the city in which each is located.
List the names of the sales persons who have accounts in Delhi.
Or
(b) (i) Consider the universal relation R(A,B,C,D,E,F,G,H,I,J) and the set of FD's.
G=({A,B}->{C}->{B,D}->{E,F},{A,D}->{G,H},{A}->{I},{H}->{J}) what is the key of R?
Decompose R into 2NF, then 3NF relations. [10]
(ii) Discuss how schema refinement through dependency analysis and normalization can improve schemas obtained through ER design. [6]
13 (a) (i) Describe the different types pf file organization? Explain using a sketch of each of them with their advantages and disadvantages. [10]
(ii) Describe static hashing and dynamic hashing. [6]
Or
(b) (i) Explain the index schemas used in database systems.[10]
(ii) How does a DBMS represent a relational query evaluation plan? [6]
14 (a) (i) Explain Timestamp-Based Concurrency Control protocol and the modifications implemented in it. [10]
(ii) Describe shadow paging recovery technique. [6]
Or
(b) (i) Describe Strict Two-phase Locking protocol.[10]
(ii) Explain Log based recovery technique. [6]
15 (a) (i) Explain 2-phase commitment protocol and the behaviour of this protocol during lost messages and site failures. [12]
(ii) Describe X path and X query with an example.[4]
Or
(b) (i) Explain Data Mining and Data Warehousing.[12]
(ii) Describe the anatomy of XML document. [4]

*******************

Anna University CS1301 DBMS Question papers November December 2007

CS1301 Database Management Systems question paper - Nov-Dec 2007 / Anna University Previous Year Exam Questions / Anna University Previous Year Computer Science and Information Technology Question Papers / Anna University Previous Year CS1301 DBMS Exam Questions under Regulation 2004





B.E./B.Tech. DEGREE EXAMINATION, NOV/DEC 2007
Fifth Semester
Computer Science and Engineering
CS 1301 — DATABASE MANAGEMENT SYSTEMS
 (Regulation 2004)
Time: Three hours                                                              Maximum: 100 Marks
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)
1. List any two advantages of database systems.
2. Give the reasons why null values might be introduces into the database.
3. What is static SQL? How does it differ from dynamic SQL?
4. What are the different types of integrity constraints used in designing a relational database?
5. Compare sequential access devices versus random access devices with an example.
6. What can be done to reduce the occurrences of bucket overflows in a hash file organization?
7. Give the ACID properties.
8. State the benefits of strict two-phase locking.
9. What is the need for complex data types?
10. What is data mining?

PART B — (5 × 16 = 80 Marks)

11. (a) Explain the system structure of a database system with neat block diagram. (16)
Or
(b) (i) Construct an ER-diagram for hospital with a set of patients and a set of medical doctors. Associate with each patient a log of the various tests and examinations conducted. (8)
(ii) Discuss on various relational algebra operators with suitable Example. (8)
12. (a) (i) Consider the employee database, where the primary keys are underlined.
Employee (empname, street, city)
Works (empname, companyname, salary)
Company (companyname, city)
Manages (empname, managername)
And give an expression in SQL for the following queries:
(1) Find the names of all employees who work for First Bank Corporation.
(2) Find the names, street addresses, and cities of residence of all employees who work for First Bank Corporation and earn more than 200000 per annum.
(3) Find the names of all employees in this database who live in the same city as the companies for which they work.
(4) Find the names of all the employees who earn more than every employees of Small Bank Corporation. (4 * 2 = 8)
(ii) Discuss the strengths and weaknesses of the trigger mechanism. Compare triggers with other integrity (8)
Or
(b) (i) What is normalization? Explain the various normalization techniques with suitable example. (12)
(ii) Give the comparison between BCNF and 3NF. (4)
13. (a) (i) Explain how the RAID system improves performance and reliability. (8)
(ii) Describe the structure of B+ tree and list the characteristics of a B+ tree. (8)
Or
(b) (i) Explain the steps involved in processing a query. (8)
(ii) Give the algorithm for hash join. (8)
14. (a) (i) Describe about the testing of serializability. (6)
(ii) Discuss on two-phase locking protocol. (10)
Or
(b) (i) Explain the differed and immediate-modification versions of the log-based recovery scheme (10)
(ii) Write the short notes on shadow paging (6)
15 (a) (i) Highlight the features of OODBMS (8)
(ii) Write short notes on distributed databases (8)
Or
(b) (i) Give the structure of XML data. (4)
(ii) Explain the architecture of a typical data warehouse and describe the various components of data warehouse. (12)

*******************

Anna University CS1301 DBMS Question papers May June 2007

CS1301 Database Management Systems question paper - May-June 2007 / Anna University Previous Year Exam Questions / Anna University Previous Year Computer Science and Information Technology Question Papers / Anna University Previous Year CS1301 DBMS Exam Questions under Regulation 2004




B.E./B.Tech. DEGREE EXAMINATION, MAY/JUNE 2007
Fifth Semester
Computer Science and Engineering
CS 1301 — DATABASE MANAGEMENT SYSTEMS

Time: Three hours                                                              Maximum: 100 Marks
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)
1. List five responsibilities of the DB manager.
2. Give the limitations of ER model? How do you overcome this?
3. Define query language. Give the classification of query language.
4. Why it is necessary to decompose a relation?
5. Give any two advantages of spare index over dense index.
6. Name the different types of joins supported in SQL.
7. What are the types of transparencies that a distributed database must support? Why?
8. What benefit is provided by strict-two phase locking? What is the disadvantages result?
9. Briefly write the overall process of data warehousing.
10. What is an active database?

PART B — (5 × 16 = 80 Marks)

11 (a) (i) What are the types of knowledge discovered during data mining? Explain with suitable examples.
(ii) Highlight the features of object oriented database.
Or
(b) (i) What is nested relation? Give example.
(ii) Explain the structure of XML with suitable example.
12 (a) (i) Compare file system with database system.
(ii) Explain the architecture of DBMS.
Or
(b) (i) What are the steps involved in designing a database application? Explain with an example.
(ii) List the possible types of relations that may exist between two entities. How would you realize that into tables for a binary relation?
13. (a) (i) What are the relational algebra operations supported in SQL? Write the SQL statement for each operation.
(ii) Justify the need of normalization with examples
Or
(b) (i) What is normalization? Explain 1NF, 2NF, 3NF and BCNF with suitable example.
(ii) What is FD? Explain the role of FD in the process of normalization.
14. (a) (i) Explain the security features provided in commercial query languages.
(ii) What are the steps involved in query processing? How would you estimate the cost of the query?
Or
(b) (i) Explain the different properties of indexes in detail.
(ii) Explain various hashing techniques.
15. (a) (i) Explain the four important properties of transaction that a DBMS must ensure to maintain database .
(ii) What is RAID? List the different levels in RAID technology and explain its features.
Or
(b) (i) What is Concurrency control? How is it implemented in DBMS? Explain.
(ii) Explain various recovery techniques during transaction in detail.

*******************



Please visit, subscribe and share 10 Minutes Lectures in Computer Science

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents