Home » Computer » Miscellaneous » Question
  1. The symbols used in an assembly language are
    1. Codes
    2. Mnemonics
    3. Assembler
    4. Machine codes
Correct Option: B

Assembly language uses a mnemonics to represent each low-level machine operation or opcode. Some opcodes require one or more operands as part of the instruction, and most assemblers can take labels and symbols as operands to represent addresses and constants, instead of hard coding them into the program.



Your comments will be displayed only after manual approval.