What is  computer languages and its type?

What is  computer languages and its type?


Computer cannote understand our language. Because computer is a machine.Computer can only understand computer language.


Computer Language

A programming language is used to write computer programs is called computer language. Computer language is a medium to comunication between the computer and user.

In semple words computer languages is used to solve our problems. A large number of computer programming languages are available for writting computer programe. 

Types of computer languages:

High-leval language

Low-leval language


1 High Leval Language

A high level language is a type of language that is close to human language is called high level language. High level language are easy to understand. Because the isntructions or programs of these language are written in English like words such as input and print etc. But this language program computer cannot understand directly. Computer only understand Low level language. A programe is written in high level language cannot execute directly its need to translate to this programe into Low level language. Low level program run directly on a computer.

Example of high level language

     BASIC

     FORTRAN

     C/C++

    JAVA

    Visual Basic

    COBOL

    PHYTHON

2 Low Level Language

Low level language are near to computer hardwear and far from human language human. Low lwvel language computer understand directly. The programe is written in low level language is no need to translation. But low level programming is very difficult. A common man cannot understand the instructions of low level languag. Because instructions is written in symbols

Types of Low level language

There are two types of this language

      i  Machine language

      ii Asembly language

Machine Language

Machine kanguage is a type of language in wich instructions are written in binary form . Machine Language is 1st language in which instructions computer understand directly. Machine level language is difficult language. Because this is zero one(0,1) language. only computer understand this.

Asembly language

Assembly language is a low level language. Its one step higher then machine language. In asembly language, symbols are used insted of zero one binary code. These symbols are called mnemonics. For example sub instructions is used to subtract two numbers.