164k views
5 votes
Which programming language uses mnemonic code to represent data, instructions, and memory locations?

A.
machine language
B.
assembly language
C.
C
D.
Java

User Jmagnusson
by
8.7k points

1 Answer

2 votes

Answer:

B. Assembly Language

Step-by-step 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 ..

User Mcamara
by
7.5k points