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?

Answer: D. Non portabilityA good programming language should have features like: Clarity, simplicity, and unity → makes programs easy to understand. Support for abstraction → helps…

  1. A.

    Clarity, simplicity and unity

  2. B.

    Support for abstraction

  3. C.

    Ease of program verification

  4. D.

    Non portability

Attempted by 681 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…