wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

2025-01 Python Belgrade QUIZ

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What is Tokenization?

a)

Splitting text into individual words or tokens

b)

Removing common words from text

c)

Reducing words to their base form

d)

Extracting named entities from text

2.

What is Stopword Removal?

a)

Splitting text into individual words or tokens

b)

Removing common words from text

c)

Reducing words to their base form

d)

Extracting named entities from text

3.

What is Stemming?

a)

Splitting text into individual words or tokens

b)

Removing common words from text

c)

Reducing words to their base form

d)

 Extracting named entities from text

4.

What is Bag of Words (BoW)?

a)

Representing text as a collection of words, disregarding grammar and word order

b)

Weighing words based on their frequency in a document

c)

Using vectors to represent words in a continuous vector space

d)

Identifying topics within a collection of documents

5.

What is TF-IDF?

a)

Representing text as a collection of words, disregarding grammar and word order

b)

Weighing words based on their frequency in a document

c)

Using vectors to represent words in a continuous vector space

d)

Identifying topics within a collection of documents

6.

What is Sentiment Analysis?

a)

Determining if the sentiment expressed in text is positive, negative, or neutral

b)

Identifying specific emotions expressed in text

c)

Extracting named entities from text

d)

Summarizing text by selecting key sentences

7.

What is Topic Modeling?

a)

Using vectors to represent words in a continuous vector space

b)

 Identifying specific emotions expressed in text

c)

Grouping similar texts together without predefined labels

d)

Identifying topics within a collection of documents

8.

Generating a summary that captures the main ideas in new sentences

a)

Abstractive Summarization

b)

 Extractive Summarization

9.

How does clustering differ from classification?

a)

Clustering groups data without predefined labels, while classification assigns data to predefined categories

b)

Classification is unsupervised, while clustering is supervised

10.

Collocation analysis focuses on

a)

Words that frequently appear together in a text

b)

 Identifying synonyms

c)

Translating text

d)

 Identifying sentence structure