COMPUTER FUNDAMENTALS

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?
A
One to One (One high level instruction is equivalent to one low level)
B
One to Two (For every high level instruction-two low level instructions)
C
One to many (For every high level instruction-many low level instructions)
D
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.