COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What sort of relationship are low-level languages said to have with high-level languages?
|
One to One (One high level instruction is equivalent to one low level)
|
|
One to Two (For every high level instruction-two low level instructions)
|
|
One to many (For every high level instruction-many low level instructions)
|
|
Many to One (Many high level instructions translate into one low level one)
|
Explanation:
Detailed explanation-1: -A Compiler is a computer program that translates code written in a high level language to a lower level language, object/machine code.
Detailed explanation-2: -To get around the issue, the high-level and low-level program code (source code) needs to pass through a translator. A translator will convert the source code into machine code (object code).
There is 1 question to complete.