Respuesta :

Answer:

B. Assembly Language

Explanation:

Assembly language is the first language that used English like words for representing data, instruction and memory locations. The English-like words are called Mnemonics.

Assembly language uses translator to translate the code into machine language. The translator is called assembler.

The mnemonics examples are:

ADD

SUB

DIV

MUL ..