Current location - Loan Platform Complete Network - Big data management - What is programming class and should I enroll my child in it?
What is programming class and should I enroll my child in it?

Programming class is a course that teaches students to program, and should be enrolled for children. Children's programming education is through the programming game enlightenment, visual graphic programming and other courses, to cultivate students' computational thinking and innovative problem-solving ability

Programming is is to let the computer on behalf of the solution of a certain problem, a certain computing system stipulates a certain way of operation, so that the computational system in accordance with the way of operation of the computation, and ultimately get the corresponding results of the process.

In order for the computer to understand human intentions, humans must be able to solve the problem of ideas, methods and means through the computer can understand the form of computer to tell the computer, so that the computer can be based on human instructions to work step by step to complete a particular task. This process of communication between humans and computing systems is programming.

Expanded:

. p>Execution Principle of Programming:

In the compilation method, the source program is first processed by a compiler corresponding to the programming language used, and the processed source program is converted into a target program expressed in binary code through the stages of lexical analysis of the source program, syntactic analysis, semantic analysis, code generation and code optimization;

Then through the connection program processing will be used in the program function calls, system function calls, etc. embedded in the target program, constituting a continuous execution of the binary execution file. Calling this execution file can realize the corresponding functions specified by the programmer in the corresponding source program file.