Jump to content

Language processor

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 49.15.218.42 (talk) at 11:04, 19 October 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Language processor may refer to:

Language processor is an important functions of system software is to covert all user instructions into machine understandable language. When we talk of human machine intractions , languages are of three types

   Machine level language , Assembly level language , High level language 

System software that coverts source code (high level programming language ) to object code (machine code) is called languange processor . There are of three types

    ASSEMBLER- Coverts assembly level programs into machine level program 
    INTERPRETER- coverts high level programs into machine level program line by line 
    COMPILER- converts high level programs into machine level  programs at one go rather than line by line