Multiple choice

Which of the following reads the source program one character at a time, carving the source program into a sequence of atomic units called token?

  1. Syntax analyzer

  2. Intermediate code generation

  3. Code generation

  4. Byte code verifier

  5. Lexical analyzer

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

It reads the source program one character at a time, carving the source program into a sequence of atomic units called tokens.