Computer Science, asked by sakttmr1ja7myashnaG, 1 year ago

Mnemonic a memory trick is used in which of the following language?
a. Machine language b. Assembly language
c. High level language` d. None of above

Answers

Answered by Anonymous
10
b) Assembly language..............................
Answered by hotelcalifornia
2

Answer:

"Assembly language" is the "answer".

"Mnemonic", a "memory trick" is used in "Assembly language". It is low level symbolic language that is translated by the assembler. Mnemonics are used to depict various operations and commands in assembly language. Examples of mnemonics are  ADD, MUL, SUB, MOV, etc. The mnemonic ADD will be interpreted as Addition operation by the assembler and addition operation will be executed. Similarly, MUL corresponds to multiplication, SUB corresponds to subtraction, MOV corresponds to move instruction and so on.

Similar questions