Home MCQs Basic Computer/IT Question #11548
Back to Questions
Basic Computer/IT QUESTION #11548
Question 1
Which language translator converts assembly language code into raw machine code?
  • Compiler
  • Interpreter
  • Debugger
  • Assembler✔️
Correct Answer Explanation
An Assembler translates assembly language (human-readable mnemonics: MOV, ADD, JMP) into machine language (binary: 0s and 1s) that the CPU directly executes. A Compiler translates high-level languages to machine code; an Interpreter executes high-level code line by line; a Debugger finds and fixes errors.