wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DataScience -6 & 7

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the main goal of a Data Management Plan?

a)

Improve model accuracy

b)

Develop user interfaces

c)

Create data visualizations

d)

Outline data handling processes

2.

Which of the following is commonly included in a DMP?

a)

Marketing strategy

b)

Data cleaning code

c)

Data collection methods

d)

Software architecture

3.

When should a Data Management Plan be developed?

a)

Before data collection

b)

At the end of the project

c)

After data analysis

d)

During final reporting

4.

What is the full form of DMP?

a)

Database Management Program

b)

Digital Mapping Protocol

c)

Data Management Plan

d)

Data Mining Process

5.

What is the full form of GDPR?

a)

General Data Processing Rules

b)

Government Data Protection Rules

c)

Global Data Privacy Regulation

d)

General Data Protection Regulation

6.

What is the full form of CSV in data formats?

a)

Comma Separated Values

b)

Combined Standard Values

c)

Column Storage Version

d)

Centralized Statistical View

7.

What is the purpose of data anonymization in a DMP?

a)

Increase download speed

b)

Improve file compression

c)

Protect personal information

d)

Convert files to PDF

8.

How is data typically secured in a Data Management Plan?

a)

By encrypting and restricting access

b)

By storing it on USB drives

c)

By printing and archiving it

d)

By deleting raw data immediately

9.

What is one reason to reuse data in future projects?

a)

To avoid documentation

b)

To reduce storage costs

c)

To hide errors

d)

To save time and resources

10.

What is the full form of SQL?

a)

Sequential Query Layer

b)

Structured Query Language

c)

Standard Query Logic

d)

System Query Level

11.

Which of the following would you most likely exclude from a DMP?

a)

Data storage method

b)

Project team salaries

c)

Data sharing rules

d)

Backup strategy

12.

What is primary data?

a)

Already published data

b)

Data collected by someone else

c)

Data collected directly by the researcher

d)

Estimated data

13.

Which of the following is a method of collecting primary data?

a)

Wikipedia

b)

Interviews

c)

Government reports

d)

Online books

14.

Secondary data is:

a)

Always more accurate

b)

Collected for current research only

c)

Already available from other sources

d)

Unusable in analysis

15.

Which one is an example of secondary data?

a)

Data from a government website

b)

Your own classroom survey

c)

A live interview

d)

Handwritten notes during an event

16.

In Pandas, which function is used to create a table from a dictionary?

a)

pd.create()

b)

pd.table()

c)

pd.DataFrame()

d)

pd.dict()

17.

What do the numbers 0, 1, 2... in a DataFrame output represent?

a)

Data types

b)

Row data values

c)

Column numbers

d)

Index labels of rows

18.

What is the purpose of plt.legend() in matplotlib?

a)

To display the label box

b)

To set chart title

c)

To add x-axis label

d)

To show gridlines

19.

Which Python library is commonly used for plotting graphs?

a)

sklearn

b)

matplotlib

c)

numpy

d)

pandas

20.

What is the default starting index of a Pandas DataFrame if not specified?

a)

1

b)

0

c)

'a'

d)

None