Code No: 16027/16027

Set No. 2

NR

in

III B.Tech II Semester Supplimentary Examinations,January 2010 DATABASE MANAGEMENT SYSTEMS Common to Electronics And Computer Engineering, Computer Science And Engineering, Computer Science And Systems Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ?????

ld .

1. (a) Explain the steps involved in Heuristics Optimization algorithm. Discuss its advantages and disadvantages.

(b) Let r and s be relations with no indices, and assume that the relations are not stored. Assuming infinite memory, what is the lowest cost (in terms of I/O operations) to compute r X s. What is the amount of memory required for this algorithm. [10+6]

or

2. (a) Explain what the buffer manager must do to process a read request for a page. What happens if the requested page is in the pool but not pinned.

(b) Explain what happens if there is a page request when all pages in the buffer pool are dirty. [8+8] 3. (a) What is a Domain key constraint ? why are such constraints important ? [9]

uW

(b) Explain the following

i. Relational Cardinality ii. Relational degree iii. Domain.

[2+2+3]

4. (a) Develop an example showing how a single locking protocol could lead to a dead lock .

nt

(b) Explain about commit and roll back operations .

[10+6]

5. (a) What is indexing ? Explain with an example. (b) Explain about query processing.

[8+8]

6. (a) What are the steps followed while creating a table in SQL.

Aj

(b) What are the various salient features of the SQL. (c) Describe the views.

[5+5+6]

7. (a) If a system fails repeatedly during recovery, what is the maximum number of log records that can be written (as a function of number of update and other log records written before crash) before restart completes successfully. (b) What is the oldest log record that we need to retain? (c) If a bounded amount of stable storage is needed for the log, how can we ensure that there is always enough stable storage to hold all log records written during restart? [5+5+6] 1

Code No: 16027/16027

Set No. 2

NR

Emp.No Name Address Dept Dept Head e1 n1 a1 d1 h1 e2 n2 a2 d1 h1 e3 n3 a3 d1 h1 e4 n4 a4 d2 h5 e5 n5 a5 d2 h5

Aj

nt

uW

or

?????

2

[10+6]

ld .

(b) Explain the Normalization using join dependencies ?

in

8. (a) Define 3NF ? Explain why the employee relation in the following database does not satisfy 3NF and decompose employee relation into relations which do satisfy 3NF. What advantages are gained by this decomposition.

Code No: 16027/16027

Set No. 4

NR

1. (a) What is indexing ? Explain with an example.

[8+8]

ld .

(b) Explain about query processing.

in

III B.Tech II Semester Supplimentary Examinations,January 2010 DATABASE MANAGEMENT SYSTEMS Common to Electronics And Computer Engineering, Computer Science And Engineering, Computer Science And Systems Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ?????

2. (a) If a system fails repeatedly during recovery, what is the maximum number of log records that can be written (as a function of number of update and other log records written before crash) before restart completes successfully. (b) What is the oldest log record that we need to retain?

or

(c) If a bounded amount of stable storage is needed for the log, how can we ensure that there is always enough stable storage to hold all log records written during restart? [5+5+6] 3. (a) What is a Domain key constraint ? why are such constraints important ? [9]

uW

(b) Explain the following

i. Relational Cardinality ii. Relational degree iii. Domain.

[2+2+3]

4. (a) Explain the steps involved in Heuristics Optimization algorithm. Discuss its advantages and disadvantages.

nt

(b) Let r and s be relations with no indices, and assume that the relations are not stored. Assuming infinite memory, what is the lowest cost (in terms of I/O operations) to compute r X s. What is the amount of memory required for this algorithm. [10+6]

5. (a) What are the steps followed while creating a table in SQL.

Aj

(b) What are the various salient features of the SQL. (c) Describe the views.

[5+5+6]

6. (a) Define 3NF ? Explain why the employee relation in the following database does not satisfy 3NF and decompose employee relation into relations which do satisfy 3NF. What advantages are gained by this decomposition.

3

Code No: 16027/16027

Set No. 4

NR

Emp.No Name Address Dept Dept Head e1 n1 a1 d1 h1 e2 n2 a2 d1 h1 e3 n3 a3 d1 h1 e4 n4 a4 d2 h5 e5 n5 a5 d2 h5 [10+6]

in

(b) Explain the Normalization using join dependencies ?

7. (a) Develop an example showing how a single locking protocol could lead to a dead lock .

[10+6]

ld .

(b) Explain about commit and roll back operations .

8. (a) Explain what the buffer manager must do to process a read request for a page. What happens if the requested page is in the pool but not pinned.

or

(b) Explain what happens if there is a page request when all pages in the buffer pool are dirty. [8+8]

Aj

nt

uW

?????

4

Code No: 16027/16027

Set No. 1

NR

in

III B.Tech II Semester Supplimentary Examinations,January 2010 DATABASE MANAGEMENT SYSTEMS Common to Electronics And Computer Engineering, Computer Science And Engineering, Computer Science And Systems Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ?????

ld .

1. (a) Develop an example showing how a single locking protocol could lead to a dead lock . (b) Explain about commit and roll back operations .

[10+6]

2. (a) What is a Domain key constraint ? why are such constraints important ? [9] i. Relational Cardinality ii. Relational degree iii. Domain.

or

(b) Explain the following

[2+2+3]

uW

3. (a) Define 3NF ? Explain why the employee relation in the following database does not satisfy 3NF and decompose employee relation into relations which do satisfy 3NF. What advantages are gained by this decomposition. Emp.No Name Address Dept Dept Head e1 n1 a1 d1 h1 e2 n2 a2 d1 h1 e3 n3 a3 d1 h1 e4 n4 a4 d2 h5 e5 n5 a5 d2 h5

nt

(b) Explain the Normalization using join dependencies ?

[10+6]

Aj

4. (a) If a system fails repeatedly during recovery, what is the maximum number of log records that can be written (as a function of number of update and other log records written before crash) before restart completes successfully. (b) What is the oldest log record that we need to retain? (c) If a bounded amount of stable storage is needed for the log, how can we ensure that there is always enough stable storage to hold all log records written during restart? [5+5+6]

5. (a) What are the steps followed while creating a table in SQL. (b) What are the various salient features of the SQL. (c) Describe the views.

[5+5+6]

5

Code No: 16027/16027

Set No. 1

NR

6. (a) Explain what the buffer manager must do to process a read request for a page. What happens if the requested page is in the pool but not pinned. (b) Explain what happens if there is a page request when all pages in the buffer pool are dirty. [8+8] 7. (a) What is indexing ? Explain with an example. [8+8]

in

(b) Explain about query processing.

8. (a) Explain the steps involved in Heuristics Optimization algorithm. Discuss its advantages and disadvantages.

Aj

nt

uW

or

?????

ld .

(b) Let r and s be relations with no indices, and assume that the relations are not stored. Assuming infinite memory, what is the lowest cost (in terms of I/O operations) to compute r X s. What is the amount of memory required for this algorithm. [10+6]

6

Code No: 16027/16027

Set No. 3

NR

in

III B.Tech II Semester Supplimentary Examinations,January 2010 DATABASE MANAGEMENT SYSTEMS Common to Electronics And Computer Engineering, Computer Science And Engineering, Computer Science And Systems Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ?????

ld .

1. (a) Explain the steps involved in Heuristics Optimization algorithm. Discuss its advantages and disadvantages.

(b) Let r and s be relations with no indices, and assume that the relations are not stored. Assuming infinite memory, what is the lowest cost (in terms of I/O operations) to compute r X s. What is the amount of memory required for this algorithm. [10+6]

or

2. (a) What is indexing ? Explain with an example. (b) Explain about query processing.

[8+8]

3. (a) Develop an example showing how a single locking protocol could lead to a dead lock . [10+6]

uW

(b) Explain about commit and roll back operations .

4. (a) Explain what the buffer manager must do to process a read request for a page. What happens if the requested page is in the pool but not pinned. (b) Explain what happens if there is a page request when all pages in the buffer pool are dirty. [8+8] 5. (a) What are the steps followed while creating a table in SQL.

nt

(b) What are the various salient features of the SQL. (c) Describe the views.

[5+5+6]

Aj

6. (a) Define 3NF ? Explain why the employee relation in the following database does not satisfy 3NF and decompose employee relation into relations which do satisfy 3NF. What advantages are gained by this decomposition. Emp.No Name Address Dept Dept Head e1 n1 a1 d1 h1 e2 n2 a2 d1 h1 e3 n3 a3 d1 h1 e4 n4 a4 d2 h5 e5 n5 a5 d2 h5

(b) Explain the Normalization using join dependencies ?

7

[10+6]

Code No: 16027/16027

Set No. 3

NR

7. (a) If a system fails repeatedly during recovery, what is the maximum number of log records that can be written (as a function of number of update and other log records written before crash) before restart completes successfully. (b) What is the oldest log record that we need to retain?

in

(c) If a bounded amount of stable storage is needed for the log, how can we ensure that there is always enough stable storage to hold all log records written during restart? [5+5+6] 8. (a) What is a Domain key constraint ? why are such constraints important ? [9] i. Relational Cardinality ii. Relational degree iii. Domain.

ld .

(b) Explain the following

[2+2+3]

Aj

nt

uW

or

?????

8

NR Set No. 2

iii. Domain. [2+2+3] · 4. (a) Develop an example showing how a single locking protocol could lead to a ... (b) What is the oldest log record that we need to retain?

70KB Sizes 1 Downloads 207 Views

Recommend Documents

NR Set No. 2
is assumed as an ideal gas, prepare a P-x-y diagram for this system at 50 oC. ... lnp2 sat / Kpa = 16.059381 - 3644.297/(t oC +239.765). [16]. 3. AjntuWorld.in ...

NR Set No. 2
Code No: NR220104. NR. Set No. 2. II B.Tech II Semester Supplementary Examinations,May 2010 · DATA STRUCTURES THROUGH C · Civil Engineering.

NR Set No. 2
(a) Give the classification of solid state Microwave devices along with examples? (b) Why conventional tubes and solid state devices can not be used at ...

NR Set No. 2
2. 5. Derive equations to describe the displacement diagram of a cam which rises with ... cam rotation angle is ß Plot the displacement diagram and its first three ...

NR Set No. 2
5. (a) What is meant by ignition delay? Name and describe the two components of · ignition delay period. What is the importance of delay period? Should the.

NR Set No. 2
Normal Cost · Crash Cost · Days Cost(Rs.) Days Cost(Rs.) Disassemble motor · - · 8 · 160 · 6 · 200 · Clean and paint frame · A · 7 · 80 · 4 · 190 · Rewind armature.

NR Set No. 2
PRODUCTION PLANNING AND CONTROL · Mechanical Engineering ... the symbols used in drawing Gantt chart. [6+10] · 6. (a) Explain how a computer can be ...

NR Set No. 2
(b) What is Narrow Band FM ? Draw the block diagram of Armstrong FM gen- · erator. Bring out the role of frequency multiplier and down converters. [8+8].

NR Set No. 2
(b) Draw the internal circuit diagram and pin diagram (DIP) of 566 VCO. Explain its operation and derive expression for output frequency fo. [8]. 1. AjntuWorld.in ...

NR Set No. 2
(b) Write the code for printing the message 'IBM PC ASSEBLY LANGUAGE · PROGRAMMING' ... 3. (a) What is the BIOS memory location of the keyboard buffer?

NR Set No. 2
Determine the heat transferred during the process and the final pressure. [16] · 8. (a) A gas mixture consisting of 20% ethane and 80% oxygen at 298K is burned.

NR Set No. 2
(b) Explain how number of page faults can be calculated for the given page trace · using FIFO page replacement strategy. (Assume 3 frames are available in the.

NR Set No. 2
(a) Differentiate between transmission path, virtual path and virtual circuit. [6] · (b) Explain link state routing with an example. [10] · 2. (a) Does the TC sublayer ...

NR Set No. 2
Figure 5. 7. (a) Derive the expression for potential at any point due to a point charge Q and also write electric field in rectangular co ordinate system. [8]. 3.

NR Set No. 2
A grass hopper straight line mechanisms gets its motion from a crank OA. The end · A of the crank in joined to a long rod PQ such that Q A is 6cm. The end Q is.

NR Set No. 2
(b) Show and deduce the relation between stream and velocity potential ... gradient and the boundary spacing for the case of laminar flow between parallel.

NR Set No. 2
Max Marks: 80 · Answer any FIVE Questions · All Questions carry equal marks ... ii. Editor Area · iii. Output pane. [6+10] · 6. Design a custom dialog box using ...

NR Set No. 2
Common to Electronics And Telematics, Electronics And Control · Engineering ... NR. Set No. 2. 7. (a) Compare the Digital Butterworth and Chebyshev filters.

NR Set No. 2
(a) What is meant by monitor? How the monitor concept is used in solving mutual · exclusion problem? (b) How the processors are communicating with each ...

NR Set No. 2
(b) Lifetime of IC chips manufactured by a semiconductor manufacturer is ap- · proximately normally distributed with mean = 5x 106 hours and standard.

NR Set No. 2
2. (a) Find the mean and standard deviation of a normal distribution in which 7% ... (a) Predict y at x=5 by fitting a least squares straight line to the following data:.

NR Set No. 2
Figure 4a. (b) State different properties of Fourier series. [4M]. 5. (a) Find the inverse z transform of X (z) using power series method, given. X (z)=1/[1-az−1],|z| ...

NR Set No. 2
5. Define maximum usable frequency and derive an expression for the same in the · case of a thin ionospheric layer over a plane earth. Explain what is meant by ...

NR Set No. 2
(b) What are the advantages and disadvantages of having excess inventories?[8+8] · 7. Define the organization's environment. Describe the various factors in an ...