answersLogoWhite

0

No one language is perfect, so we have had to create many programming languages for specific purposes.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Is Programming a language?

No, but of course there is a programmers' slang. And programming is done with so-called 'programming languages'.


Why are brilliant math students so terrible at programming languages?

Because they don't get proper guidence of a knowlegable programming teacher who will built them from basic/abc to top of programming languages.


Many programming languages allow more forms of the three basic structure?

Why, yes, you could say so.


Why you need C programming?

C- Programing is basically a programing language of a computer. It helps to create software programing language which is usefull in creating softwares & data base programes. C programing language is the first & basic programing language. Other programing languages are:- C, C++ & C# (latest).


Is there software taht can teach me how to program?

There is no one program used to teach programming. There are many programming languages so there is one way to learn programming. You normally use the program that you are learning to program in using a book and instruction as to how the language works.


Why do we need computer languages?

So that we can write computer programs in a manner that humans can read. Computers "think" in one and zeros, and in a very logic based, linear fashion. Programming languages are a bridge between the way people think, and the ones and zeros that computers use. Programming languages also help programs think in a step by step fashion like computers do.


How can right brained people learn programming languages so well?

Depends on the person


What are the companies which use pure object oriented programming languages?

Microsoft, Apple and so on.


Applets are written in what programming language?

There are many types of applets, and they can be written in many different languages, but you're probably referring to the most widely known Java applets. So, they're written in a programming language called Java.


What makes a computer language easy?

A language that is English-like is always easiest to learn. There are lots of them and these languages are collectively known as Third Generation Languages. Some are more complicated than others and a bit harder to learn. You need a good logical mind to be able to learn a computer language. To learn any one of them takes time, patience and lots of practice.Once you have learned how to use one, the others are easier to learn, because you've already learned the concepts of programming and they apply across many languages. All programming languages have lots of things in common. In the same way spoken languages all have things like verbs, nouns, tenses and so on, programming languages have common structures too. Once you know what they are, you can apply that knowledge in other languages. Again like spoken languages, lots of programming languages have similar words in them that are used in the same way.


How many level computer languages?

Languages are usually classified at two levels, low level programming and high level programming, although some experts also make a distinction of very high level languages and very low level languages. So, depending on who you ask, there are either two, three, or four. The most common set is probably three: low, high, and very high.


Html vs traditional programming language?

HTML is not a programming language so it is very different to programming languages. HTML is really just for formatting text and laying out pages, what we call marking up a page. So it is a Markup Language. It can't really do anything interactive with you. Web pages that can do things normally have programming code built into them, with languages like Javascript. HTML can't even do simple things like calculations. Calculations are fundamental to programming languages, as are many other things like: making decisions, repeating instructions, storing data, processing data, and many other things. HTML can't do any of those things. HTML borrows some things from programming, like the facility to use comments, encouraging people to lay out their code properly and the use of simple English-like commands. If people have learned how to use HTML, it is still a big step up to grasp the concepts of programming. There are also very many programming languages, many of them specialising in doing certain kinds of jobs. Many are very complicated and technical and can be quite cryptic, making them hard to learn. They can also be very strict in how you have to do things, and even simple errors can stop your program working. Programming can be very frustrating because of that. You need to learn and understand a lot more things to write programs than you need for creating HTML pages. HTML is a lot less complicated. You can even make some basic mistakes and your page will still work. HTML can be learned very simply and quickly. It is very easy to show someone how to create a simple web page with HTML. So there is a very big difference between HTML and programming languages.