JAVA NOTE-3

 What is Language?

  • It is a medium to achieve communication between two parties (human and computer)

  • Types of languages are:

    • Binary Language / Low-Level Language.

    • Assembly Language / Middle-Level Language.

    • Programming Language / High-Level Language.
i) Binary Language / Low-Level Language:

  • It is the language which is the combination of 0's and 1's.

  • It is the only one language which is understand by the computer.

  • Being a programmer the level of the language is very low to understand, therefore there is a need of another language.

ii) Assembly Language / Middle-Level Language:

  • Creators of the assembly language given "MNIMONICS" for the programmer to instruct the computer.

  • In this process that translator used in Assembler.

  • The level of the language for the programmer is partially understandable , therefore there is a need of another language.

iii) Programming Language / High-Level Language:

  • It is programmer friendly Language.

  • It is very easy to understand to create stable application.


                                                       Next>>JAVA NOTE-4

                                                       Previous<<JAVA NOTE-2


Comments

Popular posts from this blog

JAVA NOTE-2

JAVA NOTE-1