Compiler, Interpreter and Assembler
Hello Programmers, every programmer must know about Compiler, Interpreter and Assembler as a programmer if we know programming languages, we can't interact with computer directly becauase computer understand Binary Language. In order to communicate with computer we required mediator (translator) between computer and we human . the programme gives instruction in programming language which he knows, then translator convert it into machine language according to instruction. Translator: It is System Software( it is nothing but program which it design either to run hardware or our application program) which is use to convert programming language code into machine, Translator classified into three types 1. Compiler Compiler is system software which is use to convert programming language instruction into binary language in single step. i.e when you compile your program compiler check all instruction of a program and generate machine code for that instruction which are syntactically cor...
Comments
Post a Comment