Which of the following statement(s) is/are correct regarding Assembly…
2024
Which of the following statement(s) is/are correct regarding Assembly language? I. An assembler converts (or assembles) the symbolic program of an Assembly language into its equivalent machine program. II. A program written in an assembly language is machine dependent.
- A.
Both I and II
- B.
Only II
- C.
Only I
- D.
Neither I nor II
Attempted by 104 students.
Show answer & explanation
Correct answer: A
An assembler translates assembly-language symbolic code into machine code, and assembly-language programs are machine dependent.