COMPILER DESIGN

SYNTAX ANALYSIS

ROLE OF THE PARSER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A compiler is a
A
Translate
B
System Software
C
Above 2
D
Interpreter
Explanation: 

Detailed explanation-1: -Compiler-It is a software program that converts a program written in High-level language to a low-level language(object/ target language).

Detailed explanation-2: -A compiler is a special program that translates a programming language’s source code into machine code, bytecode or another programming language.

Detailed explanation-3: -The name “compiler” is primarily used for programs that translate source code from a high-level programming language to a low-level programming language (e.g. assembly language, object code, or machine code) to create an executable program.

Detailed explanation-4: -A compiler is a program that reads a program written in one language –the source language and translates it into an equivalent program in another language-the target language.

There is 1 question to complete.