Current location - Recipe Complete Network - Dietary recipes - What are the common English words for programming
What are the common English words for programming

1.?architecture Architecture, system architecture Architecture; used in PLD for EDA to identify structures. Often it also refers to software architecture.

2.?command line Command line, command line (a whole line of executed commands in system text mode). A command line in a computer statement.

3.?context Background relationship, surrounding environment, contextual context. It can be understood that Context is the environment in which the computer provides an application to run.

4.?database schema Database structure schema . Schema is a language used to describe and standardize the logical structure of XML documents, its biggest role is to verify the correctness of the logical structure of the XML file.

5.?exception handling Exception handling, exception handling mechanism Exception handling, exception handling mechanism.

6.?generic generic, generalized generic, generic, generalized. A generic is a feature of a programming language.

7.?const Constant (short for constant, C++ keyword). const qualifier, which converts an object into a constant.

Expanded:

Programming is the Chinese acronym for writing a program that is Let the computer to solve a problem on behalf of a certain computing system to specify a certain way of operation, so that the computing system in accordance with the way of operation, and ultimately get the corresponding results of the process.

Programming language is a formal language used to define a computer program. It is a standardized communication technique used to issue instructions to a computer. A computer language allows programmers to define exactly what data the computer needs to use and to define precisely what actions should be taken in different situations.

Programming languages, commonly known as "computer languages," are very diverse and can be divided into three general categories: machine languages, assembly languages, and high-level languages. The computer every action, a step, are in accordance with the computer language has been programmed to perform the program, the program is the computer to perform the collection of instructions, and the program is all written in the language we master.