COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What sort of relationship do the instructions have between High and Low Level languages?
A
One to One-One high level instruction is equivalent to one low level
B
One to Many-For every hgh level instruction there are many low level ones
C
Either A or B
D
None of the above
Explanation: 

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 language programs must be translated into machine language before they can be executed. (Machine language instructions are encoded as binary numbers that are meant to be used by a machine, not read or written by people. High-level languages use a syntax that is closer to human language.)

Detailed explanation-3: -A high-level language requires an interpreter/ compiler for the process of conversion. We perform the conversion of an assembly language into a machine language. We perform the conversion of a high-level language into an assembly language and then into a machine-level language for the computer.

Detailed explanation-4: -A computer program is a list of instructions that enable a computer to perform a specific task. Computer programs can be written in high and low level languages, depending on the task and the hardware being used.

There is 1 question to complete.