Which of the following is NOT an attribute of good programming languages?
2021
Which of the following is NOT an attribute of good programming languages?
- A.
Clarity, simplicity and unity
- B.
Support for abstraction
- C.
Ease of program verification
- D.
Non portability
Attempted by 373 students.
Show answer & explanation
Correct answer: D
A good programming language should have features like:
Clarity, simplicity, and unity → makes programs easy to understand.
Support for abstraction → helps manage complexity.
Ease of program verification → helps detect and reduce errors.
Portability is desirable so programs can run on different systems.
Non portability is not an attribute of a good programming language because it limits the use of programs across platforms.