

InterviewSolution
Saved Bookmarks
1. |
Assembly language programs do not need a translator to be executed. |
Answer» An ASSEMBLER is is a translator used to translate ASSEMBLY language to machine language. It is like a compiler for the assembly language but INTERACTIVE like an interpreter. Assembly language is difficult to understand as it is a low-level programming language. |
|