COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
One to One-One high level instruction is equivalent to one low level
|
|
One to Many-For every hgh level instruction there are many low level ones
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -High-level languages require the use of a compiler or an interpreter for their translation into the machine code. Low-level language requires an assembler for directly translating the instructions of the machine language. These languages have a very low memory efficiency.
Detailed explanation-2: -High-level code is designed to be read by human programmers. Machine code is to be read/executed by the computer High level code can be portable/translated for different machines Machine code is specific to a particular machine.
Detailed explanation-3: -Low-level languages can convert to machine code without a compiler or interpreter-second-generation programming languages use a simpler processor called an assembler-and the resulting code runs directly on the processor.