Question
Easy

A program which is responsible to translate assembly language code into equivalent machine code, is called as:

1
Translator
2
Compiler
3
Interpreter
4
Assembler
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Operating Systems & Software Concepts
Topic: Computer Software
Correct Answer
Option D
Explanation

The correct option is (4): The Assembler is the specific type of system software designed to translate a program written in assembly language into its equivalent machine code. Assembly language is a low-level programming language that uses symbolic instruction codes, called mnemonics (such as ADD, MOV, JMP), which are human-readable representations of the computer's fundamental machine instructions. The assembler performs a direct, one-to-one conversion of these mnemonics and their operands…Read More