COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which characteristics of a good programming language describes the relationship between different features in a way that they have minimal effect on each other when they are combined?
|
Ease of Program Verification
|
|
Naturalness
|
|
O rthogonality
|
|
P ortability
|
Explanation:
Detailed explanation-1: -Orthogonality in a programming language means that a relatively small set of primitive constructs can be combined in a relatively small number of ways to build the control and data structures of the language. It is associated with simplicity; the more orthogonal the design, the fewer exceptions.
Detailed explanation-2: -Easy extensibility is an essential attribute of good code. An extensible code is both reusable and maintainable. You write the code once and make sure it functions as intended.
There is 1 question to complete.