CSIT 7th Semester
Data Warehousing And Data Mining Board Question Paper 2081


CSC 410-2081 ✡
Tribhuvan University
Institute of Science and Technology
2081
Bachelor Level/Fourth Year/Seventh Semester/Science
Computer Science Information Technology (CSC 410)
(Data Warehousing And Data Mining)
(New Course)
Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to give their answers in their own words as for as practicable.
The figures in the margin indicate full marks

Section A
Long Answer Questions
Attempt any Two question.
[2x10=20]
1.

Define strong association rule. What are the limitations of APriori algorithm? Create a FP tree from the following data set.

TIDList of Items
T1{A, B, C}
T2{B, C, D}
T3{C, D}
T4{B, D}
T5{A, C}
T6{A, C, D}

2.

What is the role of Laplace smoothing? Create a decision tree from the following data set using ID3 as attribute selection approach.

ObjectA1A2Class
1TTC1
2TTC1
3TFC2
4FFC1
5FTC2
6FTC2

3.

Consider the data set (6,3), (7,2), (4,8), (2,2), (0,2), (9,0). Taking k = 3, show the result after first iteration using k - means algorithm. For choosing initial centroid, use k - means++ by taking (6, 3) as initial cluster center.

Section B

Attempt any Eight questions

[8x5=40]
4.

Explain about data mining primitives.

5.

Define support vector. Write the algorithm for back propagation for classification.

6.

What is data mart? Why do we need multidimensional data model?

7.

Describe the different types of data object and attribute types.

8.

What is data cube? List the different variations of cube materializations.

9.

What is the concept behind beam search? Discuss about theory of balance and status.

10.

Explain about web content, web usage and web structure mining.

11.

Given the following distance matrix, find the core points and outliers using DBSCAN. Take Eps = 2.5 and MinPts = 3.

Data PointsABCDEFGH
A01.412.834.245.665.836.405.83
B01.412.824.244.475.004.47
C01.412.823.163.603.16
D01.412.002.242.00
E01.411.001.41
F01.002.82
G02.24
H0

12.

List the components of data warehouse. Discuss about the trust propagation on social network.