COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Mnemonics
|
|
Pneumatics
|
|
Nomanics
|
|
Psychotics
|
Detailed explanation-1: -In assembly language, we use predefined words called mnemonics. Binary code instructions in low-level language are replaced with mnemonics and operands in middle-level language. But the computer cannot understand mnemonics, so we use a translator called Assembler to translate mnemonics into machine language.
Detailed explanation-2: -A much more human friendly rendition of machine language, called assembly language, uses mnemonic codes to refer to machine code instructions, rather than using the instructions’ numeric values directly, and uses symbolic names to refer to storage locations and sometimes registers.
Detailed explanation-3: -In assembly language, mnemonics are used to specify an opcode that represents a complete and operational machine language instruction. This is later translated by the assembler to generate the object code.
Detailed explanation-4: -Explanation. The correct answer is Assembly Language. Assembly language uses symbols to represent binary codes of machine-level instructions. The symbols (mnemonics) in Assembly Language are used to represent binary codes that are used in machine language (the most fundamental form of programming languages).
Detailed explanation-5: -What is the difference between a mnemonic code and machine code? There is no difference. Machine codes are in binary, mnemonic codes are in shorthand English.