FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is NOT a benefit of high level languages?
A
Can be easily read by people.
B
Allows direct hardware access.
C
Can debug at the development stage.
D
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.