Pakistan's best MCQs practice hub — FPSC · PPSC · CSS · NTS · Other Exams
Login

What is the primary function of an Assembler in computer programming?

ATranslates High-Level Language source code into Machine Code line by line
BTranslates Assembly Language mnemonic code into Machine Code (Binary)
CLinks object files together to create an executable binary file
DExecutes high-level code directly without compilation

Explanation

An Assembler translates symbolic Assembly Language (mnemonics like MOV, ADD) into raw machine code (0s and 1s). Compilers translate entire high-level programs at once, while Interpreters translate line by line.

Exam Relevance
  • Topic: Programming Concepts
  • Subtopic: Compilers, Interpreters & Assemblers
Submitted by: mcqstutor Team More Computer MCQs →

No Comments

Leave a comment

Your email address will not be published. Required fields are marked *