- Get link
- X
- Other Apps
Posts
CD UNIT-1 MATERIAL
- Get link
- X
- Other Apps
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...