COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

OVERVIEW OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A program that converts the assembly language to machine-level language.
A
Assembler
B
Compiler
C
Interpreter
D
LInker
Explanation: 

Detailed explanation-1: -An assembler converts assembly language into machine language. A disassembler converts machine language into assembly.

Detailed explanation-2: -A computer program that converts assembly language to machine language is Compiler. Compiler is a program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.

There is 1 question to complete.