translator,compiler,assembler
Translator
it is software thar convert source code to object and vice versa.
-------> -------->
it is software thar convert source code to object and vice versa.
-------> -------->
Source code
- Compiler:-
- Assembler:-
- Interpreter:-
- executes the source code directly
- translates source code into some efficient intermediate representation (code) and immediately executes this
- explicitly executes stored precompiled code made by a compiler which is part of the interpreter system
- it check line by line if error found then teriminate the programme.
Translator
Object code
Comments
Post a Comment