Beginner Computer Architecture & Organization
Q30 / 100

What is the purpose of an "assembler"?

Correct! Well done.

Incorrect.

The correct answer is A) A program that translates assembly language (human-readable mnemonics) into machine code that a CPU can execute

A

Correct Answer

A program that translates assembly language (human-readable mnemonics) into machine code that a CPU can execute

Explanation

Assembly language uses human-readable mnemonics (e.g., MOV, ADD) that map closely to machine instructions; an assembler converts this into the binary machine code the CPU executes.

Progress
30/100