A Computer language includes various languages that are used to communicate with a Computer machine. Some of the languages like programming language which is a set of codes or instructions used for communicating the machine.

Types of Computer language
1: High level language:
2: Low level language:
1: High level language:
The high level languages is near to human but far from computer.This languages helps a programmer to read and write. It is also the third generation language that is used and also running till now by many programmers.
Examples:
COBOL,
FORTRAN,
BASIC,
C, C++,
PASCAL,
LISP,
Ada,
Algol,
Prolog and Java.
2: Low level language:
Low level language is near to computer but far from human language.Computer can understood this language easily directly.Low level language has two categories.
- Machine language:
- Assembly language:
Machine language
Machine Language is one of the low-level programming languages which is the first generation language developed for communicating with a Computer.This language is directly understood by the computer.It is written in machine code which represents 0 and 1 binary digits inside the Computer.
Assembly language
Assembly Language is the second generation programming language.Instead of using numbers like in Machine languages,here we use words or names in English forms and also symbols.Assembly language is not understood by the directly.We need to convert Assembly language into machine by using Assembler.
0 Comments