Wednesday, June 5, 2013

Kinds of Programming Languages

This programming language is a set of rules of syntax and semantics are used to define a computer program. This language allows a programmer to specify exactly which data will be processed by a computer, how this data will be stored / transmitted, and precisely what kind of measures to be taken in a variety of situations.According to the degree of proximity to the engine computer, a programming language consists of:

   
1. Machine language, which gives orders to the computer using the binary language code, for example 01100101100110
   
2. Low-level language, or known as assembly language (bah.Inggris Assembly), which gives orders to the computer using a short code (mnemonic code), eg MOV, SUB, CMP, JMP, JGE, JL, LOOP, and so on.
   
3. Intermediate Language, the language of computers that use a mixture of instruction in the words of human language (see example below High Level Languages) and the instructions that are symbolic, for example, {,},?, <<, >>, &&, | |, etc..
   
4. High level language, which is a computer language that uses elements of instruction derived from the words of human language, for example, begin, end, if, for, while, and, or, etc..
Most of the programming language is classified as a High-Level Language, C language only classified as Intermediate Language and Assembly Language Level is Low.
And by Composition is:
1. HTML Programming LanguageHyperText Markup Language (HTML) is a markup language used to create a web page and displays a variety of information in an Internet browser.HTML is now an Internet standard defined and controlled use by the World Wide Web Consortium (W3C).HTML tags are codes that instructs the browser to produce as expected.A file is an HTML file which can be opened by using a web browser such as Mozilla Firefox or Microsoft Internet Explorer.
2. PHP Programming LanguagePHP is a scripting language most widely used today.PHP was first created by Rasmus Lerdorf in 1995. At that time PHP was named FI (Form Interpreted), which is realized in the form of a set of scripts that are used to process data from a web form.PHP is widely used to create dynamic web sites, although it is possible to use for another use.PHP generally runs on a Linux operating system (PHP can also run with Windows hosting).
Read More
3. ASP Programming LanguagesASP stands for Active Server Pages which is one of the web programming language for creating dynamic web pages.ASP is a technology product that is provided by Microsoft.ASP works on a web server and a server side scripting.
4. XML Programming LanguageExtensible Markup Language (XML) is a markup language versatile W3C recommended to describe various kinds of data.XML uses tags such as HTML markup but its use is not limited to a single web page display.XML is a method to create bookmarks / markup in a document.
5. WML Programming LanguageWML stands for Wireless Markup Language, the programming language used in applications based on XML (eXtensible Markup Langauge).WML is a programming language that is used in wireless applications.WML is analogous to HTML that runs on a wireless protocol.
6. PERL Programming LanguagePerl is a programming language for the machine with Unix operating systems (SunOS, Linux, BSD, HP-UX), is also available for operating systems such as DOS, Windows, PowerPC, BeOS, VMS, EBCDIC, and PocketPC.PERL is a programming language-like programming language C.
7. CFM Programming LanguageCfm created using ColdFusion tags with Adobe ColdFusion software / BlueDragon / Coldfusion Studio.Syntax-based ColdFusion html.
8. Javascript Programming LanguageJavascript is a powerful scripting language that runs on the client side.JavaScript is a scripting language developed by Netscape.To run the script, written with JavaScript we need a JavaScript-enabled browser is a browser capable of running JavaScript.
9. CSS Programming LanguageCascading Style Sheets (CSS) is a stylesheet language used to manage the display of a document written in a markup language.The most common use of CSS is to reformat web pages written in HTML and XHTML.Nevertheless, the language itself can be used for all types of XML documents, including SVG and XUL.CSS specifications set by the World Wide Web Consortium (W3C).

No comments:

Post a Comment