Current location - Recipe Complete Network - Complete cookbook - What is code programming?
What is code programming?
Code programming is a process of writing program code in a programming language, and finally getting results with the help of a computer to achieve a certain purpose or solve a certain problem.

The process of editing a program to make a computer execute is called programming. Many softwares can be programmed. The representative computer languages are Java, BASIC, C++, VB, VF, SQL, JSP, ASP, PHP, and the software is eclipse, Microsoft Visual Studio, Microsoft Visual Basic, Microsoft SQL Server and so on.

Java is one of the most widely used programming languages, and C language is often used as an introductory language for college programming. BASIC is the abbreviation of general symbol instruction code for beginners, and it is a high-level computer language widely used in the world.

example

For example, it is like guiding you to make a menu, or directing a traffic policeman (or a traffic sign) to drive all the way to the destination. Without these special instructions, the expected task will not be carried out.

So is the computer. When you want a computer to do something for you, the computer itself can't actively work for us, so we have to give it instructions, and it can't and can't understand the description of things in human natural language at all, so we have to tell the computer what to do and how to do it with programs. Even the simplest tasks need instructions, such as how to get keystrokes, how to put a letter on the screen, how to save files on disk, and so on.