The action of parsing the source program into the proper syntactic classes is known as A. syntax analysis B. lexical analysis C. interpretation analysis D. general syntax analysis E. None of the above

syntax analysis
lexical analysis
interpretation analysis
general syntax analysis E. None of the above

The correct answer is A. syntax analysis.

Syntax analysis is the process of analyzing a string of characters to determine if it is well-formed according to the rules of a particular grammar. It is the first step in the compilation or interpretation of a computer program.

Lexical analysis is the process of converting a sequence of characters into a sequence of tokens. A token is a single word or symbol that has a specific meaning in the language.

Interpretation analysis is the process of converting a program from its source code into a

sequence of machine instructions that can be executed by the computer.

General syntax analysis is a general term for the process of analyzing the syntax of a language. It can refer to either lexical analysis or syntax analysis.

E. None of the above is not the correct answer because it does not specify which of the options is correct.