Discuss Forum

1. নিচের কোনটি কম্পিউটার ট্রান্সলেটর প্রোগ্রাম নয়? (Which of the following is not a computer translator program?)

  • A. অ্যাসেম্বলার (Assembler)
  • B. অ্যাসেম্বলার (Assembler)
  • C. অ্যাসেম্বলার (Assembler)
  • D. অ্যাসেম্বলার (Assembler)

Answer: Option D

Explanation:

A computer translator program is a software that translates code written in one programming language into another, typically machine code. An assembler, compiler, and interpreter all perform this translation function, albeit with different methods and levels of efficiency. A debugger, on the other hand, is a tool used to identify and fix errors in a program. It does not translate code from one language to another, making it not a computer translator program. 
Why other options are incorrect:
  • Assembler: Translates assembly language (low-level) into machine code.
  • Compiler: Translates high-level language into machine code, allowing for more human-readable code.
  • Interpreter: Executes code line-by-line without first compiling it into machine code, making it suitable for interactive applications.

Post your comments here:

Name:
Mobile:
Email:(Optional)

» Your comments will be displayed only after manual approval.