COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which is NOT a benefit of high level languages?
|
Can be easily read by people.
|
|
Allows direct hardware access.
|
|
Can debug at the development stage.
|
|
Maintainable once in use.
|
Explanation:
Detailed explanation-1: -Disadvantages of High Level Language Poor Control on Hardware: Since high level languages are away from hardware and programmer does not need to be aware of hardware, accessing and controlling hardware directly is difficult.
Detailed explanation-2: -They require a compiler/interpreter for translation into a machine code. A user can port them from one location to another. Such languages have a low efficiency of memory. So it consumes more memory than the low-level languages.
Detailed explanation-3: -Assembly language is the correct answer to this question.
There is 1 question to complete.