SYNTAX ANALYSIS
ROLE OF THE PARSER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is a compiler?
|
system program that converts instructions to machine language
|
|
system program that converts machine language to high-level language
|
|
system program that writes instructions to perform
|
|
None of the mentioned
|
Explanation:
Detailed explanation-1: -A compiler is a special program that translates a programming languageās source code into machine code, bytecode or another programming language. The source code is typically written in a high-level, human-readable language such as Java or C++.
Detailed explanation-2: -Expert Answer. The process of converting the program into machine code is termed compilation.
There is 1 question to complete.