COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Easier to learn
|
|
Executes very fast
|
|
The code will occupy less memory
|
|
Programs can be written faster
|
Detailed explanation-1: -Low-level language requires an assembler for directly translating the instructions of the machine language. These languages have a very low memory efficiency. It means that they consume more memory than any low-level language.
Detailed explanation-2: -Advantages of low level languages Programs developed using low level languages are fast and memory efficient. Programmers can utilize processor and memory in better way using a low level language. There is no need of any compiler or interpreters to translate the source to machine code.
Detailed explanation-3: -Programs in low level language are written either in binary or assembly language. They do not require any compilation or interpretation. It interact directly with the registers and memory. Thus, they are comparatively faster than high level languages.
Detailed explanation-4: -They allow a programmer to create optimised programs. When a computer system has limited resources (processing power and memory) low-level languages allow a programmer to more directly control how the resources are used.