Wednesday, September 24, 2008

Types of Programming Language

In Computer, there are some software which help us to do some works. Some of them can be used for making program. This type of software usually called Programming Language. The examples of the applications are Assembler, Visual Basic, Pascal, Java, PHP, C, C++ etc. By using those software, we can make a cashier program like in supermarket, other software, even some viruses, that disturbing and can make the victims get frustrated.

I will not tell you how to make the programs now, but I will tell you what programming language is, and the types of programming language. Programming language is a way or procedure which is used for writing or arranging a program. Programming is a process to implement the algorithm by arranging computation program using programming language.

There are four types of programming language:

Low Level Language
The data is processed quickly, because the content of the data consist of 0 and 1. But we will fell difficult to make the program because of that too.
Example: Assembler.
Interaction in low level language:



Middle Level Language
This type is the medium one. Not too quick to run the program, and not too hard to make it. There like low level language types, but there like high level language types too.
Example: C, C++.

High Level Language
We can easily make a program by using this type, because it uses human language (using English generally). But the process of the data is not quick enough because the commands have to be translated to machine language (the data is changed to be 0 and 1).
Example: Pascal, Visual Basic, Delphi.
Interaction in high level language:




Object Oriented Language
This type of programming language is focused on an object, where this object is can be used and opened in the other programming language.
Example: Java, PHP.

No comments: