What are the computer programming languages?
Common computer programming languages are:
Programming language 1. C language
C Language is one of the most popular and widely used high-level programming languages in the world. In operating systems and system applications, as well as in situations where hardware needs to be operated, C language is obviously superior to other high-level languages. Many large-scale application software are written in C language.
C language has strong drawing ability, portability, and strong data processing capabilities, so it is suitable for writing system software, three-dimensional, two-dimensional graphics and animation. It is a high-level language for numerical computation.
Programming language 2. java
Java is an object-oriented programming language that can write cross-platform application software. It was developed by Sun Microsystems in May 1995. The general name for the Java programming language and Java platform (i.e. JavaSE, JavaEE, JavaME) launched in March. Java technology has excellent versatility, efficiency, platform portability and security. It is widely used in personal PCs, data centers, game consoles, scientific supercomputers, mobile phones and the Internet. It also has the world's largest professional developer community .
Programming language 3. c
The word C is usually pronounced as "C plus plus" in the programmer circle in mainland China, while Western programmers usually Pronounced "C plus plus", "CPP". It is a very widely used computer programming language. C is a general-purpose programming language with static data type checking that supports multiple programming paradigms. It supports multiple programming styles such as procedural programming, data abstraction, object-oriented programming, and generic programming.
Programming language 4. php
PHP is the abbreviation of the English hypertext preprocessing language Hypertext Preprocessor. PHP is an HTML embedded language. It is a scripting language that is embedded in HTML documents and is executed on the server side. The language style is similar to C language and is widely used. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML documents for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags; PHP can also execute compiled code, and the compilation can Achieve encryption and optimize code running, making the code run faster. (php public welfare training)
Programming language 5. c
#C# is an object-oriented programming language released by Microsoft that runs on .NET A high-level programming language based on the Framework. It is scheduled to be unveiled at the Microsoft Professional Developer Forum (PDC). C# is the latest achievement of Microsoft researcher Anders Hejlsberg. C# looks surprisingly similar to Java; it includes features such as single inheritance, interfaces, almost the same syntax as Java, and the process of compiling into intermediate code and then running it.
If you want to learn programming knowledge, please go to the php Chinese website Introduction to Programming course channel to learn for free!
The above is the detailed content of What are computer programming languages?. For more information, please follow other related articles on the PHP Chinese website!