COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

TYPES OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What converts programs written in low level languages (Assembly code) into machine code.
A
Compilers
B
Interpreters
C
Assemblers
D
High-level
Explanation: 

Detailed explanation-1: -A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language).

Detailed explanation-2: -An assembler is a program that converts the assembly language into machine code.

Detailed explanation-3: -A program called an assembler is used to convert the application program written in assembly language to machine language.

There is 1 question to complete.