Home  >  Article  >  What should the technical characteristics of a programming language not include?

What should the technical characteristics of a programming language not include?

青灯夜游
青灯夜游Original
2020-07-27 10:36:415222browse

The technical characteristics of a programming language should not include: Software portability. Software portability refers to a set of software attributes related to the ability of software to be transferred from one environment to another. It is an aspect of software quality and a technical characteristic of software engineering.

What should the technical characteristics of a programming language not include?

Programming language is a language used to write computer programs. It is a medium for people and computers to exchange information, and it is also a tool for expressing software. People express and realize their ideas on computers through programming languages. As a media between humans and computers, programming language must be able to describe the logical structure of data and the storage form of data in the computer, operate the database simply and conveniently, and abstract types, etc.

However, software portability refers to a set of software attributes related to the ability of software to be transferred from one environment to another. It is an aspect of software quality and a software engineering a technical characteristic.

Components of programming language

Programming language has psychological engineering and technical characteristics.

(1) Psychological characteristics: ambiguity, simplicity, locality, sequence, and tradition.

(2) Engineering characteristics: portability, availability of development tools, reusability and maintainability of software.

(3) Technical characteristics: Languages ​​that support structured construction are helpful in reducing the complexity of program loops, making programs easy to test and maintain.

Characteristics of programming languages

Programming languages ​​have psychological engineering and technical characteristics.

(1) Psychological characteristics: ambiguity, simplicity, locality, sequence, and tradition.

(2) Engineering characteristics: portability, availability of development tools, reusability and maintainability of software.

(3) Technical characteristics: Languages ​​that support structured construction are helpful in reducing the complexity of program loops, making programs easy to test and maintain.

For more related knowledge, please visit: PHP Chinese website!

The above is the detailed content of What should the technical characteristics of a programming language not include?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn