wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Text Mining and Analytics Quiz

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

What is Text Mining?

a)

Extracting data from images

b)

Analyzing structured data

c)

Deriving meaningful information from unstructured text

d)

Creating databases from spreadsheets

2.

Which of the following is a key step in the text mining process?

a)

Image recognition

b)

Text preprocessing

c)

Hardware installation

d)

GUI design

3.

Which of the following is NOT a common application of Text Mining?

a)

Sentiment analysis

b)

Topic modeling

c)

Text summarization

d)

Circuit board printing

4.

Which method is commonly used for converting text into numerical form for analysis?

a)

Tokenization

b)

Text-to-Speech

c)

Vectorization

d)

Annotation

5.

What is 'TF-IDF' used for in Text Mining?

a)

Visualizing documents

b)

Encrypting text

c)

Measuring the importance of words in documents

d)

Formatting text for printing

6.

Named Entity Recognition (NER) is used to:

a)

Identify colors in images

b)

Find grammatical errors

c)

Detect names of people, places, and organizations

d)

Create new sentences

7.

Which of the following algorithms is commonly used for topic modeling in text mining?

a)

Naive Bayes

b)

K-Means

c)

LDA (Latent Dirichlet Allocation)

d)

Apriori

8.

One major challenge in text mining is:

a)

Lack of programming languages

b)

High cost of computers

c)

Ambiguity and variability in human language

d)

Inability to store data

9.

Which software/library is widely used for text mining in Python?

a)

NumPy

b)

Pandas

c)

Matplotlib

d)

NLTK

10.

Which technique is used in text mining to reduce words to their root form?

a)

Vectorization

b)

Lemmatization

c)

Parsing

d)

Chunking

11.

What is the role of stop words in text preprocessing?

a)

Words that are important and kept

b)

Words that are removed due to low importance

c)

Words that appear only once

d)

Words that are misspelled

12.

In which of the following fields is text mining not commonly used?

a)

E-commerce

b)

Social media analytics

c)

Genomic DNA sequencing

d)

Legal document analysis

13.

What is a corpus in the context of text mining?

a)

A single document

b)

A collection of documents

c)

A type of algorithm

d)

A grammar rule set

14.

Which method can be used for unsupervised classification of text documents?

a)

Naive Bayes

b)

Decision Trees

c)

LDA (Latent Dirichlet Allocation)

d)

Logistic Regression

15.

Word2Vec is used in text mining for:

a)

Creating word embeddings

b)

Clustering documents

c)

Tokenizing text

d)

Sorting words alphabetically

16.

Which of the following is considered unstructured data?

a)

Excel sheet with sales data

b)

SQL database

c)

Text documents and emails

d)

JSON files

17.

Which task is usually not part of text preprocessing?

a)

Removing punctuation

b)

Lowercasing all words

c)

Adding new words to the text

d)

Removing stop words

18.

What is the goal of classification in text mining?

a)

To translate text

b)

To group similar documents without labels

c)

To assign predefined categories to text

d)

To remove irrelevant data

19.

Which of these is a stop word in most text mining tasks?

a)

Computer

b)

Innovation

c)

The

d)

Analysis

20.

Text summarization aims to:

a)

Translate text into another language

b)

Make text longer

c)

Shorten text while keeping key information

d)

Encrypt text

21.

Which of the following is NOT a tool or library used for text mining?

a)

NLTK

b)

SpaCy

c)

TensorFlow

d)

Adobe Photoshop

22.

What is stemming?

a)

Grouping words by color

b)

Replacing all text with symbols

c)

Reducing words to their base or root form

d)

Adding punctuation

23.

In text mining, which file format is commonly used for input data?

a)

.docx

b)

.txt

c)

.pdf

d)

All of the above

24.

Which of the following is a common output of text mining?

a)

Audio files

b)

Structured data or insights

c)

Compiled code

d)

Images

25.

Which of the following best defines information extraction in text mining?

a)

Reading documents aloud

b)

Extracting structured information from unstructured text

c)

Formatting text into paragraphs

d)

Translating text into binary

26.

The process of identifying parts of speech (noun, verb, etc.) in a sentence is called:

a)

Lemmatization

b)

Syntax removal

c)

Part-of-Speech (POS) tagging

d)

Tokenization

27.

What is a common use of text mining in customer service?

a)

Reading emails manually

b)

Organizing employee schedules

c)

Analyzing customer feedback or support tickets

d)

Generating invoices

28.

Which of the following is a machine learning approach often used in text classification?

a)

Waterfall model

b)

Naive Bayes

c)

Regression testing

d)

Linear programming

29.

In text mining, what is a feature?

a)

A punctuation mark

b)

A category label

c)

A measurable property or word in the text

d)

A file format

30.

Which term describes how often a word appears in a document?

a)

Term frequency

b)

Inverse frequency

c)

Word ratio

d)

Text density

31.

What is NOT a use of text mining?

a)

Conveniently search for different and useful data.

b)

Rewrite a bad-quality text in a high-quality one

c)

Efficiently search a document, take out similar words, underline repeated words.

d)

Identify and pull out the patterns from a large amount of hidden and unstructured data.

32.

Text mining is the process of (a)_____ from (b)_____(a) extracting information; (b) textual sources(a) organizing sentences; (b) messy sources(a) obtaining numbers; (b) texts(a) building models; (b) structured documents

a)

extracting information

b)

organizing sentences

c)

obtaining numbers

d)

building models

33.

Which one of the following is a perfect statement for Term Frequency (TF)?

a)

% of words taking each document is called ___.

b)

Talking about how popular feature across all the reviews.

c)

To remove the effect of outliner concepts is called ____.

d)

None of the Above.

34.

What are the common NLP techniques?

a)

Named Entity Recognition.

b)

Sentiment Analysis.

c)

Text Modeling.

d)

All the above.

35.

Removing words like "and", "is", "a", "an", "the" from a sentence is called as?

a)

Stemming.

b)

Lemmatization.

c)

Stop word.

d)

Tokenization.

36.

The process of deriving high quality information from text is referred to as ________.

a)

Image Mining.

b)

Database Mining.

c)

Multimedia Mining.

d)

Text Mining.

37.

The various aspects of text mining is/are____________.I. The text and documents are gathered into a corpus and organized. II. The corpus is analyzed for structure. The result is a matrix mapping important terms to source documents. III. The structured data then analyzes forward structures , sequences and frequency

a)

(I), (II) only.

b)

(II),(III) only.

c)

(I), (II) and (III).

d)

None of the above

38.

With text mining we are able to perform _________ tasks.

a)

Text categorization.

b)

Text clustering.

c)

Concept/entity extraction.

d)

All of the above.

39.

With text mining we are able to perform ________ tasks.

a)

Entity relation modeling (i.e., learning relations between named entities).

b)

Sentiment analysis.

c)

Document summarization.

d)

All of the above.

40.

Text mining is _________ method.

a)

Supervised learning.

b)

Unsupervised Learning.

c)

Automated learning.

d)

None of the above.

41.

Machine learning algorithms cannot work with raw text directly; the text must be converted into numbers. Specifically, vectors of numbers. This is called _________.

a)

Feature creation.

b)

Feature coding.

c)

Feature extraction or feature encoding.

d)

None of the above.

42.

Which method helps reduce sparsity in text data representation?

a)

One-hot encoding

b)

Stop-word removal

c)

Tokenization

d)

Punctuation insertion

43.

What does "document frequency" refer to in text mining?

a)

How often a document is read

b)

Number of times a term appears across all documents

c)

The total length of the document

d)

The reading level of a document

44.

Which of these is not a valid step in the text mining pipeline?

a)

Data cleaning

b)

Feature extraction

c)

Audio processing

d)

Model building

45.

In Natural Language Processing, a "chunk" usually refers to:

a)

A synonym for token

b)

A group of words that form a meaningful phrase

c)

A sentence fragment

d)

A random block of text

46.

Which approach helps in reducing different forms of a word to a common base form?

a)

Parsing

b)

Stemming

c)

Chunking

d)

Embedding

47.

Which term best describes the process of converting a collection of documents into structured data for analysis?

a)

Data mining

b)

Text summarization

c)

Text mining

d)

Data warehousing

48.

Which of the following is an example of a token in text mining?

a)

An entire paragraph

b)

A punctuation mark

c)

A single word or term

d)

A document title

49.

Which one is an example of supervised learning in text mining?

a)

Grouping customer complaints into topics

b)

Sentiment analysis using labeled data

c)

Keyword extraction

d)

Text summarization

50.

What kind of data does text mining usually deal with?

a)

Numeric data

b)

Time-series data

c)

Unstructured textual data

d)

Audio data