Beginner Assembly Language
Q1 / 100

What is assembly language?

Correct! Well done.

Incorrect.

The correct answer is B) A low-level programming language where instructions correspond closely to machine instructions for a specific processor architecture

B

Correct Answer

A low-level programming language where instructions correspond closely to machine instructions for a specific processor architecture

Explanation

Assembly language uses mnemonic codes (MOV, ADD, JMP) representing machine instructions. An assembler converts it to binary machine code.

Progress
1/100