COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is not an advantage of using a low level language?
|
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.
|
Explanation:
Detailed explanation-1: -Q. Which of the following is not an advantage of using a low level language? Makes more efficient use of primary memory.
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: -Disadvantages of using machine code Machine code is notoriously difficult to write in, understand and debug, simply because it consists of either binary or hexadecimal numbers.
There is 1 question to complete.