What are the characteristics (elements) of a programming
language?
Answers
Explanation:
Characteristics of a programming Language –
⏺️A programming language must be simple, easy to learn and use, have good readability and human recognizable.
⏺️Abstraction is a must-have Characteristics for a programming language in which ability to define the complex structure and then its degree of usability comes.
PLEASE MARK IT AS BRAINLIEST
Characteristics of a programming language:
• Readability:
A programming language must be simple, easy to learn and use, have good readability and human recognizable.
• Portability:
High-level languages, being essentially machine independent, should be able to develop portable software.
• Generality:
Most high-level languages allow the writing of a wide variety of programs, thus relieving the programmer of the need to become expert in many diverse languages.
• Error checking:
Being human, a programmer is likely to make many mistakes in the development of a computer program. Many high-level languages enforce a great deal of error checking both at compile-time and at run-time.
• Cost:
The ultimate cost of a programming language is a function of many of its characteristics.
• Familiar notation:
A language should have familiar notation, so it can be understood by most of the programmers.
• Quick translation:
It should admit quick translation.
• Efficiency:
It should permit the generation of efficient object côde.
• Modularity:
It is desirable that programs can be developed in the language as a collection of separately compiled modules, with appropriate mechanisms for ensuring self-consistency between these modules.