Unit 3: Various Data Preprocessing Operations - Subjective Questions

ECAP792 • Practice Questions with Detailed Answers

20 questions

1

Define data cleaning. Explain the major tasks performed during data cleaning.

2

Describe different techniques for handling missing data. State when each technique is appropriate.

3

What is noisy data? Explain binning, regression, and clustering as methods of noise reduction.

4

Explain how duplicate records, inconsistent values, and outliers are detected and treated during data cleaning.

5

Define data integration and explain the major issues encountered while combining data from multiple sources.

6

Distinguish between schema integration and entity identification with suitable examples.

7

How can redundant data be identified during data integration? Explain the role of correlation analysis.

8

Describe how data-value conflicts are resolved when integrating heterogeneous data sources.

9

Define data transformation and explain its major forms.

10

Compare min-max normalization, z-score normalization, and decimal scaling. Include their formulas.

11

Explain aggregation, generalization, and attribute construction as data-transformation operations.

12

Why are categorical encoding and nonlinear transformations needed? Explain common techniques and their limitations.

13

Define data reduction. Classify and explain the major data-reduction strategies.

14

Explain the steps of Principal Component Analysis (PCA) and show how it performs dimensionality reduction.

15

Compare sampling, histograms, clustering, and regression as numerosity-reduction techniques.

16

Describe data-cube aggregation and data compression. How do they reduce data volume?

17

Define data discretization. Explain its objectives and distinguish between supervised and unsupervised discretization.

18

Compare equal-width and equal-frequency discretization. Discretize the values into four bins using both methods.

19

Explain entropy-based discretization and derive the criterion used to choose the best split point.

20

What is a concept hierarchy? Explain how concept hierarchies are generated and used with discretization.