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 correct — Statement (A) is correct because assembly language uses mnemonics (like MOV, ADD) to represent operation codes. Statement (B) is incorrect because writing…
- A.
(A) and (B) are correct
- B.
(A) and (C) are correct
- C.
(B) and (C) are correct
- 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) .