wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DATASET'24 Quizz (Round 2)

Total questions: 20

Worksheet time: 30mins

Name
Class
Date
1.

Which of the following is an example of a regression problem?

a)

Predicting house prices

b)

Identifying objects in images

c)

Email spam classification

d)

Stock market price prediction

2.

Which of the following Python libraries is commonly used for data manipulation and analysis?

a)

NumPy

b)

Pandas

c)

TensorFlow

d)

Matplotlib

3.

Which type of AI involves learning from experience to improve performance over time?

a)

Rule-Based AI

b)

Reactive AI

c)

Machine Learning (ML)

d)

Expert Systems

4.

Which of the following is a method for visualizing data?

a)

Confusion Matrix

b)

Scatter Plot

c)

Precision Score

d)

Cross-validation

5.

Which of the following is a key assumption of linear regression?

a)

The relationship between the dependent and independent variables is non-linear.

b)

The errors (residuals) should be normally distributed with a mean of zero.

c)

The independent variables should be highly correlated.

d)

The dependent variable must be categorical.

6.

When would you use a 'Violin Plot' instead of a box plot?

a)

When you need to visualize the data distribution and probability density

b)

When you need to compare multiple numerical features

c)

When you want to represent categorical data

d)

When you have only two variables to compare

7.

What is 'Transfer Learning' in AI?

a)

Learning from scratch with a large dataset

b)

The ability of an AI model to learn from one task and apply knowledge to another similar task

c)

The process of tuning a model's hyperparameters

d)

Learning by interaction with the environment

8.

What is the main purpose of a 'Histogram' in data visualization?

a)

To visualize the distribution of categorical data

b)

To plot the relationship between two numerical variables

c)

To display the frequency distribution of a continuous variable

d)

To compare proportions in a dataset

9.

What is the probability of rolling a number less than 3 on a standard die?

a)

1/6

b)

2/6

c)

3/6

d)

4/6

10.

What does the 'p-value' in hypothesis testing indicate?

a)

The mean of the data

b)

The probability of rejecting the null hypothesis correctly

c)

The spread of the data

d)

The range of the data

11.

What is the main purpose of feature scaling?

a)

To improve data quality

b)

To bring all features to the same scale

c)

To remove irrelevant data

d)

To create new variables

12.

What is the term for reducing the number of irrelevant features in a dataset?

a)

Feature Engineering

b)

Feature Selection

c)

Feature Scaling

d)

Feature Extraction

13.

Which of the following is an example of structured data?

a)

Images

b)

Videos

c)

Spreadsheets

d)

Emails

14.

What are the three main components of the data science process?

a)

Data, Model, Code

b)

Data, Insight, Visualization

c)

Collection, Cleaning, Analysis

d)

Cleaning, Analysis, Report

15.

Which tool is widely used for data visualization?

a)

TensorFlow

b)

Matplotlib

c)

Hadoop

d)

SQL

16.

What is the purpose of SQL in data science?

a)

Creating visualizations

b)

Managing and querying databases

c)

Training machine learning models

d)

None of the above

17.

In probability, what is the chance of getting a head when flipping a fair coin?

a)

0.5

b)

1

c)

0.25

d)

2

18.

What does the term 'standard deviation' measure?

a)

The average of data

b)

The spread of data from the mean

c)

The highest value in the data

d)

The range of the data

19.

What does 'normalization' in data preprocessing aim to achieve?

a)

Reduce data size

b)

Scale values to a specific range

c)

Remove duplicate values

d)

Generate random values

20.

Why is data visualization important?

a)

To analyze data trends

b)

To convert data into databases

c)

To delete unnecessary data

d)

To preprocess raw data