What is Language Processor and Its Types


Language processor is a software which is used to convert the high-level languages code into machine code. Example: C, C++, Java, etc. There are different types of language processor like Compiler, Interpreter, and Assembler.


Types of Language Processor

Compiler

Compiler is a language processor which converts code written in high-level languages to machine code. It converts whole program at once. The written code is known as Source Code and the executed program is known as Object Program.

Interpreter

Interpreter is a language processor which converts code written in high-level languages to machine code one statement at a time. It first execute the one statement of code and then second, then third and so on. It also don't generate Object Program. Example: QBASIC, Visual BASIC, etc.

Assembler

Assember is a language processor which converts code written in assembly language to machine code.


Trending Posts

12MP vs 48MP vs 64MP vs 108MP | Does More Megapixel Equal Better Image Quality?

How To Create a Fake Facebook Login Clone Using Only HTML and CSS?

How To Create A Magic 8 Ball Using HTML, CSS, and JavaScript?

Why iPhones Don't Have Memory Card Slots?

Sunrise And Sunset Animation Using HTML & CSS?

5 Tips To Become A Computer Genius | How To Become A Computer Genius?

Why Do All Celebrities Use iPhones?

8 Characteristics Of Modern Computer

Computer Memory Measurement Units Chart

How To Earn Money With Only HTML and CSS Knowledge?