Correct option is D
The correct answer is (d) Only (A) is correct
Explanation:
● Assembly language uses mnemonics (symbolic codes like ADD, SUB, MOV) to represent machine-level operation codes.
● It is machine-dependent, meaning a program written for one processor architecture will not work on another.
● It is difficult and time-consuming to write compared to High-Level Languages.
Information Booster:
● An Assembler is required to convert assembly code into machine code.
● It is considered a second-generation (2G) language.
Additional Knowledge:
● Machine Language – Uses binary (0s and 1s).
● High-Level Language – Machine-independent and user-friendly (e.g., Python, C++).