COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Easier to understand
|
|
Takes up less code
|
|
Produce programs that require small file sizes
|
|
Easier to de-bug
|
Detailed explanation-1: -Programs written in low level languages are fast and memory efficient. However, it is nightmare for programmers to write, debug and maintain low-level programs. They are mostly used to develop operating systems, device drivers, databases and applications that requires direct hardware access.
Detailed explanation-2: -High-level languages are human-friendly. They are, thus, very easy to understand and learn by any programmer. Low-level languages are machine-friendly. They are, thus, very difficult to understand and learn by any human.
Detailed explanation-3: -To conclude, high-level languages are more friendly for the programmer because they use English-like statements in the codes, whereas low-level languages are more machine-friendly because they use binary language codes to write the computer instructions.