Home > Common Problem > body text

What are the basic elements of programming

爱喝马黛茶的安东尼
Release: 2019-10-23 17:39:00
Original
4630 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template