Join Examsbook
Answer : 3. "parsing"
What is called the syntax analysis part in the machine language transformation of a high-level language?
5Q:
What is called the syntax analysis part in the machine language transformation of a high-level language?
- 1lexical analysisfalse
- 2semantic analysisfalse
- 3parsingtrue
- 4linkingfalse
- Show AnswerHide Answer
- Workspace
Answer : 3. "parsing"
Explanation :
Parsing, in high-level language transformation, is the analysis of code syntax using formal grammar rules. It checks for errors and creates a parse tree representing the code's structure. This tree guides the generation of machine code or program execution, ensuring correct interpretation and execution of the source code.