Posts

https://docs.google.com/document/d/1DVEACDvTmXBPjigvag_H4ZZLtngqgkyV/edit?usp=sharing&ouid=109650134682187165601&rtpof=true&sd=true  
 EXE https://docs.google.com/document/d/1DVEACDvTmXBPjigvag_H4ZZLtngqgkyV/edit?usp=sharing&ouid=109650134682187165601&rtpof=true&sd=true

CD UNIT-1 MATERIAL

  UNIT – I   BASIC TERMS AND DEFINITIONS TRANSLATOR It is a program that translates one language to another Language.   PRE-PROCESSOR A pre-processor produce input to compilers. COMPILER Compiler is a translator, program that translates a program written in (HLL) - the source program and translate it into an equivalent program in (MLL) - the target program.   ASSEMBLER An assembler is a type of computer program that interprets software programs written in assembly language into machine language, that can be executed by a computer.   INTERPRETER An interpreter, like a compiler, translates high-level language into low-level machine language. The difference lies in the way they read the source code or input.   LOADER A loader is a program that places programs into memory and prepares them for executio...