Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 30)
30.
Assembly code data base is associated with
assembly language version of the program which is created by the code generation phase and is input to the assembly phase.
a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure.
consists of a full or partial list or the token's as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation.
a permanent table which lists all key words and special symbols of the language in symbolic form.
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Hardik said:   1 decade ago
Can anyone explain it in some simpler words please?

Student said:   1 decade ago
Phases of compiler: source program given to step 1, after all analysis, finally we get a target code (assembly language code) is generated in code generator phase. And this code is given as input to the assembly code.

1. Lexical analyser 2. Syntax analyzer 3. Semantic anal. 4. Intermediate code generation 5. Code optimizer 6. Code generator.

Post your comments here:

Your comments will be displayed after verification.