Showing posts with label Programming Languages. Show all posts
Showing posts with label Programming Languages. Show all posts

Top 5 Computer Languages


Top 5 Computer Languages


Computer Languages
Top 5 computer languages 

BASIC

It is a Computer language that was developed in 1993 for students to write programs in BASIC. Actually basic use numbers in each instruction for example the line of the programs will be normally 10,20,30,40 etc. Every Body can program in basic without the knowledge of Mathematics and Science. But the main focus is that how much you work hard and practice in Basic.   

COBOL

Common Business oriented language this was developed in 1960. The latest ANSI standard has Object Oriented Programming to COBOL in 1985. The main aim of COBOL is to provide easy access to the non-programmers for example computer users and organizational related peoples. COBOL is a one of the computer language that is high standard and rich language.

FORTRAN

FORTRAN Formula Translation computer programming language was Develop by famous computer company IBM in 1950s. It was used for all scientific purposes. Object Oriented Programming language that can run very fast on even super computers. FORTRAN new version is FORTRAN 90 available now days.

C  

Denis Ritchie was Developed C language in Bell Lab between the time 1969 and 1973. C Computer language is what that you really know about how a computer really works.  After learning C language you will be able to write best programs even in any language. C language should be first computer language for all programmers now a days. After doing work on C language they will be able to work with all languages just little difference.

PHP

PHP is a computer programming language that is used for develop websites. It is very high level language even Facebook is made with PHP language.  PHP uses MySQL database to control back-end all working.  If you want to do works with websites or web applications then you have to learn PHP language.  PHP have different Frameworks.  One of the most famous and easiest framework is Word Press. 

Programming Languages

Programming Languages 

Programming Languages
Programming Languages

Programming Languages:

A set of words, symbols and codes used to write programs is called programming language. There are different type of programming languages are there for different type of tasking to be done in different programs.

There are two types of computer programming languages.

  • Low level Programming Languages.
  • High level Programming Languages.

  1. Low Level Programming Languages.

These programming languages are near to computer hardware and far away from the human languages. So the computer can easily understand these type of programming languages. When we are going to write in a low level programming languages when we should have a deep knowledge of the internal structure of the computer hardware. Low level programming languages are machine language and assembly language.

  • Machine  Programming Language.

This Programming language have only two digits to write programs. 0 and 1 this is called binary system. Machine programming language is the only language that is directly accepted by computers and its fundamental language of computer systems. Machine programming language belongs to first generation language. Its very difficult for humans and easy for machines. 

  • Assembly Programming Language.

This programming language is also low level just one step forward to machine programming language.  This assembly programming language uses the symbols instead of binary code.
These symbols are called mnemonics. Assembly programming language is called symbolic language. However assembly programming language is easy for humans than machine programming language.

       2. High Level Programming Languages.

High level programming languages are easy to understand for humans because these programming languages have human languages like words for example input output etc these are driven form English language. Programs are written in high level programming languages can easily to write and modify then low level programming languages. These programming can divided into these categories.

  1. Procedural Programming Languages
  2. Object Oriented Programming Languages.
  3. Non-Procedural Programming Languages.

  • Procedural Programming Languages

  1. FORTRAN
  2. BASIC
  3. COBOL
  4. PASCAL
  5. C

  • Procedural Programming Languages

  1. C++
  2. JAVA

  • Non-Procedural Programming Languages.

  1. SQL
  2. RPG