1.

What is language processor? What are the different types of language processor? Describe

Answer» Language processing do the conversion task i.e. from human language (high-level) to machine language (binary form)There are 3 types of language processor :-(1) Compilers - It convert high-level language code to machine code . Advantage of compiler is it saves time .(2) Interpreters- It\'s work is same as compiler but take more time and therefore preferred less (3) Assemblers - It translates an assembly language program into machine code


Discussion

No Comment Found