Wednesday, August 19, 2020

#Computer Languages

 








For Communication there is a need of Language.

So Computer has languages . There are two types of Computer Languages.


  • Low Level
  • High Level

Low Level-

Machine , Assembly.


High Level

FORTRAN,(Formula Translation) COBOL(common Business Oriented Language), Java, Java Script etc.


Machine Language

it is a language which works on 0 and 1(Binary Codes) and easily

understood by computer, there is no need of Translator.


Machine--------------------------------Machine

No Translator


Assembly Language

in this language alphanumeric codes are used, which are called

'Mnemonics' and this language used a translator name as an 'Assembler'. it coverts Machine to Assembly and Assembly to Machine. this language is Machine Dependent.



Assembly -----------------------------------Machine

Assembler(Translator)


High Level Language

Difficulties which are coming with Assembly language , Solved with High Level Languages. it uses 'Statements' codes for converting high level to machine. and used two translators , namely, 'Compiler' and 'Interpreter', it is Machine Independent.




Interpreter(read instructions line by line)

High Level -------------------------------------Machine

Compiler(read complete instruction at a time)-


Note

'ADA Augusta Lovelace' is First Programmer of the world companion of Charles Babbage.



No comments:

Post a Comment

MCQ QUESTIONS

Loading…