Multiple choice

Assembly languages are machine dependent. Is it true that it is a demerit of an assembly language?

  1. Yes

  2. No

  3. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Assembly language is tied to the specific instruction set of a processor architecture. This makes code non-portable, which is considered a significant demerit compared to high-level languages.