Compilers Syntax Analyser 2 Online Exam Quiz

Compilers Syntax Analyser 2 GK Quiz. Question and Answers related to Compilers Syntax Analyser 2. MCQ (Multiple Choice Questions with answers about Compilers Syntax Analyser 2

A system program that combines the separately compiled modules of a program into a form suitable for execution?

Options

A : Assembler

B : Compiler

C : Linking Loader

D : Interpreter

View Answer

By whom is the symbol table created?

Options

A : Compiler

B : Interpreter

C : Assembler

D : None of the mentioned

View Answer

Semantic Analyser is used for?

Options

A : Generating Object code

B : Maintaining symbol table

C : Generating Object code & Maintaining symbol table

D : None of the mentioned

View Answer

Type checking is normally done during ____________

Options

A : Lexical Analysis

B : Syntax Analysis

C : Syntax Directed Translation

D : Code generation

View Answer

What does a Syntactic Analyser do?

Options

A : Maintain Symbol Table

B : Collect type of information

C : Create parse tree

D : None of the mentioned

View Answer

Output file of Lex is __________ the input file is Myfile.

Options

A : Myfile.e

B : Myfile.yy.c

C : Myfile.lex

D : Myfile.obj

View Answer

Select a Machine Independent phase of the compiler.

Options

A : Syntax Analysis

B : Intermediate Code generation

C : Lexical Analysis

D : All of the mentioned

View Answer

Which of the following system software resides in the main memory?

Options

A : Text Editor

B : Assembler

C : Linker

D : Loader

View Answer

In Short Syntax Analysis Generates Parse Tree.

Options

A : True

B : False

C :

D :

View Answer

Suppose One of the Operand is String and other is Integer then it does not throw error as it only checks whether there are two operands associated with ‘+’ or not.

Options

A : True

B : False

C :

D :

View Answer

Chemical Engineering Basics - Part 1 more Online Exam Quiz

Compilers Storage Allocation 1

Compilers Storage Allocation 2

Compilers Switch Case 2

Compilers Symbol Table Organization 1

Compilers Syntax Analyser 1

Compilers Syntax Directed Definitions Translations 1

Compilers Syntax Directed Definitions Translations 2

Compilers Test

Compilers Three Address Statements 1

Compilers Three Address Statements 2