Home / Computer Fundamentals / Computer Fundamental Miscellaneous :: Discussion

Discussion :: Computer Fundamental Miscellaneous

  1. The symbols used in an assembly language are

  2. A.

     Codes

    B.

     Mnemonics

    C.

     Assembler

    D.

     All of the above

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    In programming, it is a name assigned to a machine function. For example, COM1 is the mnemonic assigned to serial port #1 on a PC. Programming languages are almost entirely mnemonics. For example, in x86 assembly language, CMP is used to represent the "compare" instruction and JE for "jump if equal."


Be The First To Comment