-
Assembler is a program that translates the program from
-
- high-level to assembly
- assembly to machine
- machine to low-level
- low-level to high-level
Correct Option: B
Assembler is a computer program which is used to translate program written in Assembly Language in to machine language. The translated program is called as object program.