Home  >  Article  >  What are the basic elements of programming

What are the basic elements of programming

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-10-23 17:10:074588browse

What are the basic elements of programming

Basic elements of programming:

1. Type system;

2. Function instruction system;

3. Runtime system;

4. API system;

Related recommendations: "php basic tutorial"

Type system: mainly included Memory layout, access control, etc.

The instruction system depends on the type system. The type system provides online documentation (compilation time and runtime) for the function instruction system.

The runtime system includes:

(1) Type runtime system;

(2) Dynamic dispatch system of functions;

(3) Memory Management, multi-threading (basic use of CPU and memory), exception handling, etc.;

Process: heap and stack;

api system: platform-related development interface.

The above is the detailed content of What are the basic elements of programming. 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