Which of the following is false regarding the evaluation of computer…
2016
Which of the following is false regarding the evaluation of computer programming languages ?
- A.
Application oriented features
- B.
Efficiency and Readability
- C.
Software development
- D.
Hardware maintenance cost
Attempted by 669 students.
Show answer & explanation
Correct answer: D
Answer: Hardware maintenance cost is false because it is not a standard criterion for evaluating programming languages.
Common criteria used to evaluate programming languages:
Application oriented features: How well the language supports particular domains via libraries, abstractions, and ecosystem.
Efficiency and readability: Runtime performance, memory use, and how easy code is to read and maintain.
Software development factors: Availability of tools, libraries, debugging support, community and impact on development speed and maintainability.
Why hardware maintenance cost is not correct:
Hardware maintenance refers to the upkeep of physical machines and infrastructure, which is independent of the programming language used to write software.
A language can influence hardware requirements (for example, resource usage), but overall hardware maintenance cost is an operational concern, not a direct language-evaluation metric.
Therefore, the statement "Hardware maintenance cost" is the false item among the choices.
A video solution is available for this question — log in and enroll to watch it.