Vidyalelo
Computer Fundamentals · Q384

Computer fundamental

Computer Related · Computer Fundamentals · question 384

Q384

The symbols used in an assembly language are

A.
Codes
B.
Mnemonics
Answer
C.
Assembler
D.
All of the above
E.
None of the above

Answer: Option B

Solution

Answer: Option B
Solution:
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."