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.
For more detail visit : https://www.youtube.com/edit?o=U&video_id=9AN0Z8eSMiE
No comments:
Post a Comment