wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Mining

Total questions: 69

Worksheet time: 39mins

Name
Class
Date
1.

The problem of finding hidden structrures in unlabeled data is called:

a)

Supervised learning

b)

Unsupervised learning

c)

Candidate Generation

d)

None of the above

2.

Which of the following is not a process in data mining?

a)

Knowledge extraction

b)

Cluster analysis

c)

Data exploration

d)

Data Transformation

3.

Bayesian classifier is:

a)

A class of learning algorithm that employs posteriori properties in classification of a new record.

b)

Decision Tree Induction

c)

A class of learning algorithm that employs Gain Ratio in classification of a new record.

d)

None of the above

4.

Classification Accuracy is:

a)

A subdivision of a set of examples into a number of classes

b)

Measure of the accuracy of the classification of a concept that is given by a certain theory

c)

The task of assigning classification to a set of examples

d)

None of the above

5.

A cluster is

a)

A group of similar objects that differ significantly from other objects in a different group.

b)

Operation on a database to transform or simplify data in order to prepare it for a machine learning algorithm

c)

Symbolic representation of facts or ideas from which information can potentially be extracted

6.

Assuming log base 2, the entropy of a binary feature with (# of Ys = 5 and # of Ns = 5) in a partition with 10 tuples is:

a)

0

b)

1

c)

0.5

d)

None of the above

7.

What is the equation to calculate Accuracy?

a)

(FP + FN) / (P + N)

b)

(TP) / (P)

c)

(TP + TN) / (P + N)

d)

(TP) / (TP + FP)

8.

Which of the following statements is true assuming the confidence of a 2-itemset frquent pattenr (I1, I2) is 65% and the lift is 1.86%?

a)

I1 is correlated to I2

b)

I2 is correlated to I1

c)

a and b

d)

none of the above

9.

Which of the following is an unsupervised data mining technique?

a)

Cluster analysis

b)

Feature extraction

c)

Frequent pattern mining

d)

All of the above

10.

What is the equation to calculate Precision?

a)

(TN) / (P)

b)

(TP) / (P)

c)

(TP) / (TP + FP)

d)

(TP + TN) / (P + N)

11.

Which of the following methods is the recommended method for estimating accuracy of a classifier?

a)

Holdout

b)

Random

c)

Sampling

d)

Stratified 10-fold cross-validation

e)

5-fold cross validation

12.

Which of the following central tendency measures is used in attribute selection method for defining splitting criterion for an attribute?

a)

Mean of the attribute

b)

Median of the attribute

c)

Mode of the attribute

d)

None of these

13.

What is the equation to calculate the Error rate?

a)

(2 * precision * recall) / (precision + recall)

b)

(TP) / (TP + FP)

c)

(TP + TN) / (P + N)

d)

(FP + FN) / (P + N)

14.

In a decision tree classifier, a pure partition refers to when:

a)

All tuples in the partition belong to different classes

b)

The class label is evenly distributed in the partition tuples

c)

The entropy of an attribute is not known.

d)

None of the above.

15.

In a decision tree classifier, a pure partition refers to when:

a)

All the tuples in the partition belong to the same class

b)

The class label is evenly distributed in the partition tuples

c)

The entropy of the attribute is unknown.

d)

None of these.

16.

What is the equation to calculate the Specificity?

a)

(TN) / (P)

b)

(TP) / (TP + FP)

c)

( (1 + p^2) * precision * recall) / (p^2 * precision + recall) )

d)

(2 * precision * recall) / (precision + recall)

17.

What is the main limitation of the Naive Bayesian classification algorithm?

a)

It assumes that the attributes are independent of each other given the output class.

b)

It requires taking additional measures for outcomes of an attribute with zero probability

c)

It makes it hard to deal with continuous number attribute types.

d)

All of these.

18.

Using the confusion matrix above, what are the accuracy and the sensitivity of the classifier respectively?"

a)

46+412/7000 and 412/10000

b)

(6954 + 46)/10,000 and 6954/7000

c)

(6954 + 2588)/10,000 and 6954/7000

d)

46+412/10000 and 412/10000

19.

Using the table above, calculate the EXPECTED values for buys_computer_yes, and buys_computer_no.

a)

5156, 1843

2209, 790

b)

5156, 2843

2119, 890

c)

6012, 1843

2209, 790

d)

2156, 4843

1119, 590

20.

What is the Hold Out method?

a)

The given data is randomly partitioned into two independently training and test sets

b)

The accuracy is the overall number of correct classification from the k iterations divided by the total number of tuples in the initial data.

c)

The initial data are randomly partitioned into k mutually exclusive subsets or folds of each approximately equal size. Training and testing is performed k times.

d)

The accuracy is the overall number of correct classification from the k iterations divided by the total number of tuples in the initial data.(edited)

21.

What cross-validation technique is recommended for estimating accuracy?

a)

Stratified 10-fold cross-validation

b)

K-fold cross-validation

c)

Leave-one-out

d)

Leaf node validation

22.

Knowledge Extraction is...

a)

Grouping a set of objects in such a way that objects in the same group are more similar than those in the other groups

b)

an approach where the analyst uses visual exploration to understand the characteristics of the data, rather than through traditional methods

c)

the process of converting your data from one format (or structure) into a different type of format or structure.

d)

the process of creating knowledge from a set of data, such as images or a database. The result needs to be machine-readable so we can use it.

23.

The Bayesian Classifier is a probability classifier. True or False?

a)

True

b)

False

24.

Naive Bayesian benefits from having strong feature independence assumptions

a)

True

b)

False

25.

What is Leave-one-out k-fold cross validation?

a)

K separate times, the data is trained on a single point of data.

b)

N separate times, the data is trained on ALL data except for one point and a prediction is made for that point.

c)

N separate times, the data is trained one by one. Each iteration removed a single training point. When completed, a prediction is made.

d)

K separate times, the data is trained on K-1 times. After N iterations, a prediction is made.

26.

Why do we use Gain Ratio? (Select all that apply)

a)

Overcomes the bias of Information gain.

b)

Applies a kind of normalization to information gain using a split information value.

c)

This algorithm is mostly used in text classification and with problems having multiple classes.

d)

To evaluate the accuracy of our classifier.

27.

K-means clustering is

a)

K-means clustering is a type of unsupervised learning that operates on unlabeled data

b)

K-means clustering is a type of supervised learning that operates on unlabeled data

c)

K-means clustering is a type of unsupervised learning that operates on labeled data

d)

None of the above.

28.

The K-medoids algorithm ...

a)

The K-medoids algorithm breaks up our data in groups and attempt to minimize the distance between "points"

b)

The K-medoids algorithm also calculates the lift for each tuple for future predictions.

c)

The K-medoids algorithm runs K-1 times, calculating the information gain for each tuple.

d)

None of the above.

29.

What are the partitioning methods of clustering? (Select all that apply)

a)

Partitioning Method

b)

Standard Method

c)

Density-Based Method

d)

Grid-Based Method

e)

Time-Based Method

30.

What are the 4 metrics for evaluation classifier performance?

a)

Accuracy, Precision, Sensitivity, Confusion Matrix

b)

Information Gain, Precision, Lift, Chi Square

c)

Chi Square, Lift, Precision, Ratio Gain

d)

Accuracy, Sensitivity, Lift, Confusion Matrix

31.

Bayes theorem converts the results from your test into the real probability of the event. True or False?

a)

True

b)

False

32.

What 3 things are used to validate minimum confidence.

a)

Information Gain

b)

Lift

c)

Chi Square

d)

Ratio Gain

e)

Kulcyznski

33.

Which of the following isn't a Supervised Learning process?

a)

Classification

b)

Regression

c)

Clustering*

d)

Anomaly Detection

34.

Feature Extraction is a type of Supervised Learning.

a)

True

b)

False

35.

Which of the following calculates Classfication Accuracy?

a)

Correct + Negative Prediction / Total Prediction

b)

Total Prediction - Negative Prediction / Correct Prediction

c)

Correct Prediction / Total Prediction

d)

Negative Prediction / Correct Prediction

36.

How do you determine the root of a Decision Tree?

a)

SplitInfo(Class) - SplitInfo(Column)

b)

InformationGain(Column)- SplitInfo(Class)

c)

InformationGain(Class) - InformationGain(Column)

d)

SplitInfo(Column) - InformationGain(Class)

37.

When is a partition considered "Pure" in a Decision Tree?

a)

When the values of the class column are identical.

b)

When all row and columns have the same values.

c)

When the values of any non-class column are identical.

d)

When the values of any row has the same values.

38.

When determining Accuracy in a Confusion Matrix Table, we add True Positive, True Negative together and divide by adding False Negative and False Positive.

a)

True

b)

False

39.

What is a false limitation of the Bayesian Classification when comparing it to Decision Tree induction:

a)

Requires each conditional probability to be a non-zero value.

b)

Any dependencies cannot be modeled by it.

c)

A category that wasn't observed assigns a null probability to it.

d)

It uses the Laplacian Correction method to correct non-zero values.

40.

Supervised Learning is done when... (Select all that apply)

a)

have a specific target value we want to predict about our data.

b)

are uncertain of the target value we want to predict about our data

c)

We want to identify new data points that match our target value.

d)

None of the above

41.

Select all the fields that are relevant to supervised learning.

(Select all that apply)

a)

Classification

b)

Clustering

c)

Regression

d)

Anomaly Detection

e)

Association

42.

Select all the fields associated with unsupervised learning.

(Select all that apply)

a)

Clustering

b)

Association

c)

Feature Extraction

d)

Anomaly Detection

e)

Regression

43.

A confusion matrix is a technique for summarizing the performance of a Classification Algorithm.

a)

True

b)

False

44.

Classification accuracy is the ratio of correct prediction to total predictions made multiplied by all incorrect predictions.

a)

True

b)

False

45.

Classification accuracy is the ratio of correct prediction to total predictions made multiplied by 100

a)

True

b)

False

46.

A Clustering Algorithm finds and groups data points with natural similarities.

a)

True

b)

False

47.

The higher the Lift, the lower the correlation it has.

a)

True

b)

False

48.

The higher the Entropy, the better the predictions we can do.

a)

True

b)

False

49.

Which of the following data warehouse models could be in a more normalized state than the others?

a)

Star Schema

b)

Fact Constellation

c)

Snowflake Schema

d)

(a) and (b)

50.

OLTP stands for:

a)

Online Transformation and Planning

b)

Online Technical Presentation

c)

Online Transaction Processing

d)

None of the above

51.

Which of the following is a characteristic of a Data Warehouse system? (circle all that apply)Subject Oriented

a)

History Data

b)

De-normalized table structure (few tables, many columns per table)

c)

Non-volatile

d)

Continuous updates

e)

Subject Oriented

52.

A table that contains data consisting of numeric measurements of a business process is:

a)

Fact table

b)

Dimension table

c)

Data Dictionary

d)

Metadata

53.

Which of the following is a step in the dimensional design process?

a)

Identify the fact

b)

Declare the grain

c)

Identify the dimensions

d)

Select the business process

e)

All of the above

54.

Which of the following attribute types is appropriate to present the value of a temperature measured as 18 degrees Kelvin?

a)

Nominal

b)

Binary

c)

Ratio Scaled

d)

Interval Scaled

55.

Which of the following numbers are considered as outliers if the Five Number summary for an observation are:

Q1 = 10

Q2 = 14

Q3 = 18

Smallest Observation = 2

Largest Observation = 28

a)

4 and 32 are both outliers

b)

Neither 4 nor 32 are outliers

c)

4 is an outlier but 32 is not

d)

4 is not an outlier but 32 is

56.

Which of the following processes are used to deal with missing data in a dataset?

a)

use a global constant to fill in the missing value

b)

Use a measure of central tendency for the attribute

c)

Use the attribute mean or median for all samples belonging to the same class as the giving tuple

d)

Use linear regression to fill in the missing values

e)

All of the above

57.

Which of the following definitions best describes a closed itemset?

a)

A closed itemset is an itemset that supports min-support threshold.

b)

An itemset X is a closed itemset in a dataset D, if there exists no proper super itemset Y such that Y has the same support count as X in D.

c)

Every frequent itemset is a closed itemset.

d)

Closed itemset is the same as maximal closed itemset.

e)

All of the above.

58.

Normalization is the process of ____________________.

a)

Transforming the data to fall within a smaller or common range such as [-1, 1] or [0.0, 1.0].

b)

replacing missing values

c)

removing outliers

d)

none of the above

59.

Which of the following algorithms are types of unsupervised data mining? (Circle all that apply?

a)

Classification

b)

Associations

c)

Clustering

d)

Feature Extraction

60.

What is the probability of drawing two kings from a deck without repeating?

a)

(2/52)

b)

(4/52)

c)

(4/52) * (4/52)

d)

None of the above

61.

In the concept of frequent pattern mining, which frequent patterns are considered interesting?

a)

The association rule supports minimum support threshold.

b)

The association rule supports minimum confidence threshold.

c)

(a) and (b)

d)

None of the above

62.

Evaluate the following frequent itemsets and their support counts in a transaction dataset. If the min-support = 6, which of the following 3-itemset is NOT a frequent itemset?

a)

I1, I2, I3

b)

I2, I3, I4

c)

I1, I2, I4

d)

None of the above

63.

Suppose that a group of 1000 people were surveyed. Evaluate the following observations from the survey:


Participants who read only fiction books = 250


Participants who read only non-fiction books = 350


Participants interested in reading both fiction and non-fiction books = 150


What is the confidence of a participant (X, "fiction books") --> reads (X, "non-fiction books")?

a)

40%

b)

60%

c)

66%

d)

None of the above

64.

Support that the data for analysis includes the attribute age. The age value for the data tuples are (in increasing order) 14, 16, 18, 18, 20, 21, 22, 22, 23, 24, 26, 33, 34, 35, 36, 38, 42.


What is the mean of the data?

a)

21

b)

24

c)

25

d)

26

65.

Support that the data for analysis includes the attribute age. The age value for the data tuples are (in increasing order) 14, 16, 18, 18, 20, 21, 22, 22, 23, 24, 26, 33, 34, 35, 36, 38, 42.


wHAT IS THE MEDIAN?

a)

22.1

b)

22.5

c)

25

d)

22

66.

Support that the data for analysis includes the attribute age. The age value for the data tuples are (in increasing order) 14, 16, 18, 18, 20, 21, 22, 22, 23, 24, 26, 33, 34, 35, 36, 38, 42.


What is the mode?

a)

18

b)

22

c)

26

d)

33

67.

Support that the data for analysis includes the attribute age. The age value for the data tuples are (in increasing order) 14, 16, 18, 18, 20, 21, 22, 22, 23, 24, 26, 33, 34, 35, 36, 38, 42.


What is the Q1 value?

a)

16

b)

17

c)

16.5

d)

17.5

68.

Task of deriving a model from labeled training data is called:

a)

Supervised learning

b)

Unsupervised learning

c)

Candidate generation

d)

None of the above

69.

The director of customer relationship at All Electronics wants to organize all their customers into 5 groups based on the customers spending habits, so that every group can be assigned to a different manager in the company. This task is called:

a)

Supervised Learning

b)

Data Extraction

c)

Unsupervised Learning

d)

Data Transformation