Learn Desktop and Web Programming: Definition of programming languages (Computer)

Kamis, 22 Desember 2011

Definition of programming languages (Computer)

for lovers of computer programming languages ​​may be familiar in your ears, even maybe you've been using it to develop an application. but for a beginner programming language may sound a little strange ears. in general every programming language has several important components, namely:
code editor: facilitate  function to write the source code in programming languages ​​used.
interpreter: function to translate the source code of the line per line.compiler: function to do the compilation, the translation of the entire code in a program into the application of PE (can be directly loaded in memory)
but not all programming languages ​​have the same components and the environment, so there is some kind of division again. based on the presence or absence of a programming language compiler again divided into 2 types

a.  division based on the compiler   based on the presence or absence of compilers, programming languages ​​are grouped into two types, namely:
1. non-compiled (web):he compiler
type of programming language does not require a compiler, where most of the programming language is working on a web environment. programming language source code of non-compiled translated by the interpreter of each language, thus can be said to be non-compiled programming languages ​​work slower than compiled languages ​​because source code is not shaped machine code that can be executed in memory is indirectly.
examples of the programming language of this group is a web-based programming language like (PHP, Perl, HTML, ASP, JAVASCRIPT, etc.)
2. compiled (desktop)This type of programming language requires the compiler to create desktop-based applications. usual programming languages ​​of this type of work faster than the previous type (non-compiled) because the source code has been turned into machine code that can be executed directly in memory by the PE Loader. programming example of this type are (assembly, C, C + +, BASIC, Visual Basic, Pascal, etc.)
okay enough of the discussion about what the classification of computer programming languages,i hope this information is useful ..
greetings like.



| Free Bussines? |

0 Commented:

Posting Komentar