Computer Science, asked by gurrr9, 10 months ago


1. what is Mnemonics?
2. what is compiler? ​

Answers

Answered by vidi65
4

Answer:

1. 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."

2.A program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.

Answered by Ritiksuglan
0

Answer:

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."

2).A compiler is a computer program that translates computer code written in one programming language into another programming language. The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language to create an executable program.

May be it's helpful for you

Similar questions