wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DataScience - 10

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What does SRM stand for?

a)

Storage Resource Management

b)

System Resource Management

c)

Software Resource Management

d)

Storage Retrieval Management

2.

Which of the following is NOT an SRM concept?

a)

Capacity planning

b)

Data deduplication

c)

Feature scaling

d)

Storage tiering

3.

In the code, which library is used for data manipulation?

a)

NumPy

b)

Pandas

c)

Matplotlib

d)

Scikit-learn

4.

What is the purpose of drop_duplicates() in the code?

a)

Add new columns

b)

Merge two datasets

c)

Compress the file

d)

Remove duplicate rows

5.

Which Python module is used for file compression in the code?

a)

zipfile

b)

gzip

c)

tarfile

d)

shutil

6.

Which function is used to create directories in Python?

a)

os.create()

c)

os.makedirs()

d)

os.mkdir()

7.

Which SRM concept helps avoid storing the same file multiple times?

a)

Tiering

b)

Deduplication

c)

Compression

d)

Backup

8.

Why do we use shutil.move()?

a)

To delete a file

b)

To rename a file

c)

To copy a file

d)

To move a file to another folder

9.

Why is backup important in SRM?

a)

To permanently delete data

b)

To recover data after failures

c)

To slow down access

d)

To duplicate data unnecessarily

10.

Which of these helps visualize storage usage trends?

a)

Reporting and monitoring

b)

To recover data after failures

c)

Deduplication

d)

Compression