TRANSLATOR:
WRITE A SHORT NOTE ON A TRANSLATOR S
Computer are the electronic device that can only understand machine level binary code. (0/1 or on/off), and it is extremely difficult to understand and right a program in a machine level language. So developers use human radiable high level language and assembly instructions. To bring about that gap, translator is used which is converted high level instruction to the machine level instruction (0 and 1 )

The translator is a programming language that process convert a high level language and assembly level language program to the machine understandable low level machine languages. Without sacrifying the code functionally.
The computer is only understand machine code. It is unable to understand and low assembly language aur high level language. Dear must be a program to convert the source code and translator.
The program marks create a source code and then convert it is a machine readable format object code.
The main purpose of the translator is to make the machine understand the program written in law and assembly high level languages.
There are three types of computer languages translators they are
⚫ Compiler
⚫ Interpreter
⚫ Assembler
0 Comments