Which of the following statement/s is/are correct about Assembly language? (A)…

2023

Which of the following statement/s is/are correct about Assembly language? (A) In this, mnemonics are used to represent operation codes (B) Writing Assembly language programs is easy and time-saving (C) It is machine independent Choose the correct answer:

Answer: D. Only (A) is correctStatement (A) is correct because assembly language uses mnemonics (like MOV, ADD) to represent operation codes. Statement (B) is incorrect because writing…

  1. A.

    (A) and (B) are correct

  2. B.

    (A) and (C) are correct

  3. C.

    (B) and (C) are correct

  4. D.

    Only (A) is correct

Attempted by 3305 students.

Show answer & explanation

Correct answer: D

Statement (A) is correct because assembly language uses mnemonics (like MOV, ADD) to represent operation codes.

Statement (B) is incorrect because writing assembly programs is not easy or time-saving ; it is low-level and more complex.

Statement (C) is incorrect because assembly language is machine dependent , not machine-independent.

Therefore, only statement (A) is correct → correct answer is option (4) .

Explore the full course: Btsc Lab Assistant

Loading lesson…