The symbols used in an assembly language are

Codes
Mnemonics
Assembler
All of the above E. None of the above

The correct answer is: D. All of the above

An assembly language is a low-level programming language that uses mnemonics to represent instructions for a computer. Mnemonics are short, easy-to-remember words or phrases that represent machine code instructions. The symbols used in an assembly language are codes, mnemonics, and assembler.

Codes are the actual machine code instructions that are executed by the computer. Mnemonics are short, easy-to-remember words or phrases that represent machine code instructions. Assembler is a program that translates assembly language code into machine code.

Here are some examples of codes, mnemonics, and assembler:

  • Code: 10101000
  • Mnemonic: ADD
  • Assembler: add

The code 10101000 is the machine code instruction for adding two numbers. The mnemonic ADD is a short, easy-to-remember word that represents the machine code instruction 10101000. The assembler add is a program that translates the assembly language code ADD into the machine code instruction 10101000.

Exit mobile version