wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Viva Exp1 & Exp2

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Which of the following is NOT a type of ambiguity in NLP?

a)

Statistical Ambiguity

b)

Semantic Ambiguity

c)

Syntactic Ambiguity

d)

Lexical Ambiguity

2.

What is tokenization in the context of NLP?

a)

The process of splitting text into smaller units

b)

The analysis of sentence structure

c)

The identification of named entities

d)

The conversion of text to speech

3.

Which method is commonly used for Part-of-Speech (POS) tagging?

a)

Rule-Based Tagging

b)

Statistical Tagging

c)

All of the above

d)

Machine Learning-Based Tagging

4.

What is the purpose of syntax analysis in NLP?

a)

To perform sentiment analysis

b)

To check the grammatical structure of sentences

c)

To extract named entities from text

d)

To visualize data

5.

What is the role of POS tagging in information retrieval?

a)

To analyze sentiment

b)

To improve the precision of search results

c)

To generate summaries of texts

d)

To translate languages

6.

Which of the following is a technique used for text categorization?

a)

Chunking

b)

Tokenization

c)

Syntax Analysis

d)

Naïve Bayes

7.

What is the main disadvantage of top-down parsing?

a)

It does not create parse trees

b)

It is slower than bottom-up parsing

c)

It cannot handle ambiguity

d)

It requires backtracking

8.

Which of the following best describes the concept of a parse tree?

a)

A type of machine learning algorithm

b)

A graphical representation of a derivation

c)

A method for tokenizing text

d)

A statistical model for POS tagging

9.

What is the purpose of chunking in NLP?

a)

To visualize data

b)

To perform sentiment analysis

c)

To extract phrases from text

d)

To analyze sentence structure

10.

Which of the following is a common application of POS tagging?

a)

All of the above

b)

Sentiment analysis

c)

Machine translation

d)

Text summarization

11.

What does the term 'anaphoric ambiguity' refer to?

a)

Ambiguity arising from pronouns

b)

Ambiguity in statistical models

c)

Ambiguity due to sentence structure

d)

Ambiguity due to word meanings

12.

Which phase of NLP involves breaking down language input into tokens?

a)

Morphological Processing

b)

Syntax Analysis

c)

Pragmatic Analysis

d)

Semantic Analysis

13.

What is the main goal of semantic analysis in NLP?

a)

To check for grammatical correctness

b)

To tokenize the text

c)

To identify named entities

d)

To derive the exact meaning from text

14.

What is the primary function of named entity recognition in NLP?

a)

To convert text into speech

b)

To analyze the sentiment of a text

c)

To identify and classify key information in text

d)

To summarize large documents

15.

Which of the following techniques is used for disambiguating word meanings in NLP?

a)

Text Classification

b)

Word Sense Disambiguation

c)

Parsing

d)

Tokenization

16.

What is the significance of lemmatization in text processing?

a)

To categorize text into predefined classes

b)

To extract numerical data from text

c)

To analyze the grammatical structure of sentences

d)

To reduce words to their base or root form

17.

Why is text preprocessing important in NLP?

a)

It removes valuable insights

b)

It makes the text harder to interpret

c)

It reduces data quality

d)

It cleans messy data and improves model accuracy

18.

What is the risk of removing all stopwords during preprocessing?

a)

It makes training faster

b)

It increases vocabulary size

c)

It can remove important words like 'not' and change meaning

d)

It improves context understanding

19.

What is Part-of-Speech (POS) tagging?

a)

Removing unwanted characters from text

b)

Splitting text into subwords

c)

Assigning grammatical categories to each word

d)

Detecting spam messages

20.

What does Named Entity Recognition (NER) identify in text?

a)

Spelling errors

b)

Sentiment polarity

c)

Named entities like people, dates, and locations

d)

Text length

21.

What is the purpose of vectorization in NLP?

a)

Translate text into speech

b)

Convert text into numerical format for machine learning

c)

Compress text files

d)

Detect named entities

22.

Which method considers the importance of words across the entire corpus?

a)

Bag of Words

b)

Lemmatization

c)

Word Embeddings

d)

TF-IDF

23.

Why are word embeddings preferred over BoW?

a)

They reduce training time

b)

They are easier to compute

c)

They capture semantic meaning and word relationships

d)

They do not require any preprocessing

24.

What makes Naive Bayes 'naive'?

a)

It ignores punctuation

b)

It assumes words are dependent

c)

It uses no training data

d)

It assumes word occurrences are independent

25.

What is a key advantage of Naive Bayes?

a)

Requires large datasets

b)

Performs poorly on text data

c)

Fast and effective on small datasets

d)

Always requires embeddings