FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is Assembly language?
A
Another name for Pseudocode
B
A programming language that uses mnemonic codes
C
A program that joins pieces of code together
D
Another name for machine code
Explanation: 

Detailed explanation-1: -Assembly language uses a mnemonic to represent, e.g., each low-level machine instruction or opcode, each directive, typically also each architectural register, flag, etc. Some of the mnemonics may be built in and some user defined. Many operations require one or more operands in order to form a complete instruction.

Detailed explanation-2: -assembly language, type of low-level computer programming language consisting mostly of symbolic equivalents of a particular computer’s machine language. Computers produced by different manufacturers have different machine languages and require different assemblers and assembly languages.

Detailed explanation-3: -Mnemonic codes are widely used in computer programming and communications system operations to specify instructions.

Detailed explanation-4: -Assembly language is one level above machine language. It uses short mnemonic codes for instructions and allows the programmer to introduce names for blocks of memory that hold data. One might thus write “add pay, total” instead of “0110101100101000” for an instruction that adds two numbers.

Detailed explanation-5: -Mnemonic codes are those codes that consist of alphabets or abbreviations as symbols for codifying a piece of information. E.g. HQ for headquarters, DLI for Delhi in train bookings.

There is 1 question to complete.