answersLogoWhite

0


Best Answer

You may want to take a look at the Tiobe index, which tries to track the tendencies in the use of different programming language. The top languages - according to this index - are currently (as of December 2013) C, Java, Objective-C, C++, C#, PHP, (Visual) Basic, Python, Transact-SQL, JavaScript. And lots of others; take a look at the Index for more information.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

well based on tiobe one of the most authoritative sources out there on prog lang popularity, its java.

but then tiobe or no tiobe, we all know its C/C++. Enough said

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

The most common computer programming language is without doubt Java. Java was released in 1995.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Java is the most popular applications programming language however C++ is still the most popular general purpose language. All Java Virtual Machine implementations are written in C++.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Java.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

java

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the most common computer programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the most common programming language of CGI scripts?

Perl


What is a computer program written in English language called?

Pseudocode. However, pseudocode is not a programming language as such. It is a language that a programmer uses specifically to convey the concept of a specific algorithm to other programmers. The language is such that any programmer can easily translate the algorithm into their preferred language. Furthermore, pseudocode does not have to be written in English, it can be written in any language. However, English is the most widely-spoken language within the programming community and is therefore the most prevalent language used in programming.


What is orthogonality in a programming language?

In computer programming, orthogonality in a programming language means that a relatively small set of primitive constructs can be combined in a relatively small number of ways to build the control and data structures of the language. The term is most-frequently used regarding assembly instruction sets, as orthogonal instruction set.


What is purpose of pascal?

The Pascal language is used just like any other programming language. In the 70's and 80's, Pascal and Basic were the most common languages taught for beginning programming classes. Pascal is the foundation of the popular Delphi programming language as well as part of the Oxygene language for .NET. Pascal language is easier to read and is not case sensitive, which can add to difficulty in learning programming. It's also easier to debug.


What computer programming language is used to program robots?

Robotics programming is usually done in C or a derivative of C, although it's entirely possible for other languages to be used. For example, "RobotC" is a common language used for various micro-controllers, however it's now possible to use Java as well with Sparkfun's "IOIO" microcontroller.

Related questions

Why program in c language?

It is the most common programming language, but of course there are many others. It is one of the easiest computer programming.


What is the most common programming language of CGI scripts?

Perl


What computer programming languages most closely resembles machine language?

COBOL


What is the full meaning of COBOL computer term?

COBOL = COmmon Business-Oriented Language. Although it is one of the earliest high-level computer languages, it is still in use today, albeit employing modern programming features including object-oriented programming methods. The latest stable release is getting on for some 10 years old now while OpenCOBOL is perhaps the most common implementation.


What is meant by the initials KCL?

The most common definition of the acronym KCL is potassium chloride, a common chemical compound. Other meanings may include King's College London, or Kyoto Common Lisp (a computer programming language).


What was the most used computer language?

There is (and always was) only one computer language: binary (also known as machine code). In order to create machine code programs, programmers use computer programming languages, both low-level and high-level (the level indicating the amount of abstraction between the source code and the resultant machine code). The most-used programming language today is Java, however it is only suitable for applications programming. The most-used general purpose language is C++.


What is computer language called?

It depends on the computer, most common is binary code.


What is the most common computer language used to write webpages?

English..............................................................................................................


What is a computer program written in English language called?

Pseudocode. However, pseudocode is not a programming language as such. It is a language that a programmer uses specifically to convey the concept of a specific algorithm to other programmers. The language is such that any programmer can easily translate the algorithm into their preferred language. Furthermore, pseudocode does not have to be written in English, it can be written in any language. However, English is the most widely-spoken language within the programming community and is therefore the most prevalent language used in programming.


What is orthogonality in a programming language?

In computer programming, orthogonality in a programming language means that a relatively small set of primitive constructs can be combined in a relatively small number of ways to build the control and data structures of the language. The term is most-frequently used regarding assembly instruction sets, as orthogonal instruction set.


What is the programming language webpages are created with by authors called?

There are many programming languages used in order to create web pages. The most common and basic of which is Hyper Text Markup language (HTML). For database driven sites, portals, and sites like Answers.com one of the most common would be asp.net


What programming language is used by Grails?

Grails is an open source framework for web applications. It is based on the Groovy programming language which was developed from Java. Groovy keeps most of Java's structure but incorporates parts of other computer languages as well.