Organization profile:
Tong Cheng Tong Mei, a well-known brand of children's programming education and training in China, has more than 230 offline campuses in more than 50 cities across the country, and is providing programming teaching and services for teenagers over 1.2 million 3- 18 years old. The course covers creative enlightenment courses, artificial intelligence programming, intelligent robot programming, informatics Olympic programming and so on.
Main business:
At present, it includes K 12 series of children's programming education courses, large-scale scientific and technological activity organizations at home and abroad, Microsoft children's international examination certification, international and domestic study camps, etc.
The core product is a series of courses system based on the educational concept of STEAM, which consists of six series of courses: children's programming, intelligent robot programming, informatics Olympic programming, creative enlightenment course, children's mobile phone programming and programming mathematics.
Extended data:
Programming is the Chinese abbreviation of programming, which is the process of making computer code solve a certain problem, specifying a certain operation mode for a computing system, making the computing system run according to this calculation mode, and finally getting the corresponding results.
In order to make the computer understand people's intentions, human beings must tell the computer the ideas, methods and means of the problems to be solved in a form that the computer can understand, so that the computer can work step by step according to people's instructions and complete a certain task. This communication process between people and computing systems is programming.
In the compiling mode, the source program is first processed by the compiler corresponding to the programming language used, and the processed source program is converted into the target program represented by binary code through lexical analysis, syntax analysis, semantic analysis, code generation and code optimization.
Then the function calls and system function calls used in the program are embedded into the target program through connecting program processing to form a binary executable file that can be executed continuously. Calling this execution file can realize the corresponding function specified by the programmer in the corresponding source program file.