Thursday 3 August 2017

Language Translator/ Language Processor


As we know that computer cannot understand high level language directly. We have to translate high level language into machine readable form. Source code is input for language translator and machine readable form is output of it. Three types of translators are used for this purpose
Compiler
Interpreter
Assembler
Compiler takes source code and converts it into object code (Machine Readable form) as a whole.
Interpreter takes one instruction at a time and converts it into machine code

Assembler takes assembly code and converts it into object code.


No comments:

Post a Comment