Multiple choice

In which of the following techniques, the text is read and divided into tokens, each of which corresponds to a symbol in the programming language?

  1. Semantic analysis

  2. Permission analysis

  3. Control flow analysis

  4. Data flow analysis

  5. Lexical analysis

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The task of scanning source statement, recognising and classifing the various tokens is known as lexical analysis. In this analysis, the text is read and divided into tokens and each of which corresponds to a symbol in the programming language.