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
Similar Questions from REET Exam - Paper 1 - Year 2018
Question 1
Easy
Source :
HTET 2023
Step by step description of how to arrive at a solution to a given problem is known as:
Chapter :
Software Engineering & Problem Solving
Topic :
Algorithm
Question 2
Easy
Source :
HTET 2023
This module converts the python source file into .pyc file:
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software
Question 3
Easy
Source :
HTET 2023
Full form of DRAM is:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Memory
Question 4
Easy
Source :
HTET 2023
To insert images we use _______ tag.
Chapter :
Web Designing using HTML
Topic :
HTML Basics