COMPUTER SCIENCE AND ENGINEERING
COMPUTER ORGANIZATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A compiler converts
|
High level language to machine language
|
|
source code to object code
|
|
Both 1) and 2)
|
|
None of the above
|
Explanation:
Detailed explanation-1: -A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language).
Detailed explanation-2: -A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross compiler.
Detailed explanation-3: -The compiler is used to translate source code into machine code or compiled code.
There is 1 question to complete.