COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Makes more efficient use of primary memory.
|
|
Tailor a program to a specific piece of hardware.
|
|
To perform a task very quickly.
|
|
To enable the program to be run on multiple platforms.
|
Detailed explanation-1: -Disadvantages of low level languages Programs developed using low level languages are machine dependent and are not portable. It is difficult to develop, debug and maintain. Low level programs are more error prone.
Detailed explanation-2: -The advantages of low-level languages are: 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.
Detailed explanation-3: -The syntax and code are difficult to read and write. They are fast and reliable in executing information. Low level language does not support the development of online applications and desktop software. The computer can easily understand low-level language written in binary code 0s and 1s.
Detailed explanation-4: -Low-level languages are advantageous because programmes and applications written in them may be executed directly on computer hardware without the requirement for translation or interpretation. Also, these applications and programs can run with a very minimal memory footprint as well as very fast.