What is Translator and Difference between Compiler,Interpreter and Assembler

 In this Blog we learn about 

 

  1.  what is compiler
  2.  what is interpreter
  3.  what is assembler 

Translator:

 basically translator is used to convert high level language into low level language and we have three types of translator.

Compiler:

compiler read the whole program which is written in high level language and convert into low level language.if any type of error occurs tell after compile the program.

Interpreter:

in this check line by line if error is occur first solve error and then convert high level language into low level language.

Assembler:

assembler is used to convert assembly language into machine language.

Video link about this::

https://youtu.be/ihsl_jrDBGE

 

Post a Comment

Previous Post Next Post