answersLogoWhite

0


Best Answer

Binary code is the computers language.

For example you sent 300mb from Drive C:/user to D:/Data

The computer could end up transalting this to numbers us 0's and 1's.

User Avatar

Wiki User

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

Wiki User

13y ago

Best is usually a matter of opinion. It also depends on the target application.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

The question itself is useless. Also so far no language has been determined to be one that could be suitable for a computer.

This answer is:
User Avatar

User Avatar

Wiki User

16y ago

English is the most prefered language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which language is the most suitable for computer programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about General History

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++.


How are programs stored in a computer?

By stored-program computer, we mean a machine in which the program, as well as the data, are stored in memory, each word of which can be accessed in uniform time. Most of the high-level language programming the reader.


How do you program a robot?

Many ways, depending on the robot complexity, how it is being ran and other factors. Conventional 'robots' have motors, sensors, and a computer. Usually the computer runs a program that does all the programming, this can be done in ANY language that the programmer fancies the most. There are some robots called BEAM robots that aren't programmed using code or programming, but instead react as a neural network (like an organic brain) or reactions from the pre built electronics in the robot. This is a VERY open question


What is the second most powerful computer?

WOPR Computer


What is computer ADA?

A high-level programming language developed in the late 1970s and early 1980s for the United States Defense Department. Ada was designed to be a general-purpose language for everything from business applications to rocket guidance systems. One of its principal features is that it supports real-time applications. In addition, Ada incorporates modular techniques that make it easier to build and maintain large systems. Since 1986, Ada has been the mandatory development language for most U.S. military applications. In addition, Ada is often the language of choice for large systems that require real-time processing, such as banking and air traffic control systems. Ada is named after Augusta Ada Byron (1815-52), daughter of Lord Byron, and Countess of Lovelace. She helped Charles Babbage develop programs for the analytic engine, the first mechanical computer. She is considered by many to be the world's first programmer.

Related questions

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++.


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 computer programming languages most closely resembles machine language?

COBOL


Which is the most suitable language for computer software?

It depends on what you mean by suitable. Assembly language is generally the best in terms of performance, but C and C++ are more practical to use.


Is the Acer Notebook 15 Suitable for programming?

Depending on what language you are programming it may or not run. However most of the major languages (C, VB, C++, C#) you should be able to run it.


Programming language suitable for commercial applications is?

Any computer language may be suitable for commercial applications if the language is a good fit for the problem it is to solve. Ultimately, however, it doesn't matter to the end user because they usually don't see or care what the actual programming language was.


Which Indian language is regarded as the mother language of all European language and the most suitable language for computer softwares?

There is no such language. Many European language belongs to the family of Indo-European languages, but not everyone. And this fact has nothing to do with the computer software.


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.


Which programming language is widely used in software industries?

The most widely used language in industry is C++. Although Java is more popular world-wide, it is only suitable for application programming. That is, it cannot be used for machine-level programming as the code is compiled against a virtual machine rather than a physical one.


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 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.


What are computer programming languages using in now days?

Apple and apple developers use Objective-C, and most other people usually use python, C, C++, or Java