Multiple choice

Which of the following techniques takes the list of tokens produced by the lexical analysis and arranges the tokens in a tree structure?

  1. Semantic analysis

  2. Source code analysis

  3. Syntax analysis

  4. Control flow analysis

  5. Data flow analysis

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

This analysis takes the list of tokens produced by the lexical analysis and arranges the tokens in a tree structure.