Key Points
General attributes of a good language:
- Clarity, simplicity, and unity: provides both a framework for thinking about algorithms and a means of expressing those algorithms
- Cost of use: program execution, program translation, program creation, and program maintenance Orthogonality: every combination of features is meaningful
- Naturalness for the application: program structure reflects the logical structure of the algorithm
- Support for abstraction: program data reflects problem being solved
- Ease of program verification: verifying that the program correctly performs its required function
- Programming environment: external support for the language
- Portability of programs: transportability of the resulting programs from the computer on which they are developed to other computer systems
Hence the correct answer is Non-portability.

