Levels and Stages of NLP – HOT MCQs with Instant Answers

Explore how Natural Language Processing progresses through multiple linguistic levels — lexical, syntactic, semantic, discourse, and pragmatic — each contributing to understanding human language computationally.

Diagram showing levels of NLP: Lexical → Syntactic → Semantic → Discourse → Pragmatic, illustrating flow from word-level to context and intent understanding.


1. At which stage of NLP does tokenization and normalization primarily occur?

A. Pragmatic analysis
B. Lexical / morphological analysis
C. Discourse integration
D. Semantic analysis

2. The stage where grammatical structure is analyzed (like parse trees and dependencies) is known as:

A. Lexical analysis
B. Syntactic analysis (Parsing)
C. Semantic interpretation
D. Pragmatic inference

3. Which level of NLP focuses on deriving literal meaning from words and phrases?

A. Lexical analysis
B. Syntactic analysis
C. Semantic analysis
D. Discourse integration

4. When NLP considers context across multiple sentences, it belongs to:

A. Morphological processing
B. Syntactic parsing
C. Semantic mapping
D. Discourse integration

5. Interpreting “Can you open the door?” as a request, not a literal question, is handled by:

A. Lexical analysis
B. Semantic analysis
C. Discourse integration
D. Pragmatic analysis

6. In an NLP project, which stage typically comes just before feature extraction?

A. Data modelling
B. Data pre-processing / cleaning
C. Model evaluation
D. Results deployment

7. Which of the following is NOT one of the linguistic levels of NLP?

A. Lexical / morphological
B. Feature engineering
C. Pragmatic
D. Discourse

8. Transforming text data into dense vector representations for model input (e.g., using Word2Vec or BERT) belongs to which NLP stage?

A. Tokenization
B. Lexical analysis
C. Feature engineering / representation
D. Pragmatic interpretation

9. Handling context and meaning across multiple sentences deals with:

A. Lexical ambiguity
B. Syntactic parsing
C. Discourse integration
D. Tokenization

10. Which stage focuses on resolving meaning ambiguity to ensure accurate interpretation?

A. Lexical / morphological
B. Syntactic
C. Semantic
D. Tokenization