COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Assembly langauge is written using____
A
Binary
B
English-like key words
C
Abbreviated mnemonic keywords
D
None of the above
Explanation: 

Detailed explanation-1: -Assembly language uses mnemonics to represent instructions. Writing in mnemonics is easier for programmers because they are usually brief representations of the commands. They are quicker to write than binary and it is easier to spot mistakes.

Detailed explanation-2: -Mnemonics are the names for the symbols used in assembly language. A phrase, symbol, or word used to define or identify a computing function is known as a mnemonic. Assembly language enables programmers to write code that corresponds to the machine instructions that a given processor may execute.

There is 1 question to complete.